6 lines
227 B
JavaScript
6 lines
227 B
JavaScript
|
|
// 测试环境
|
|
// export const baseUrl = 'http://slwl-geteway-t.itheima.net/courier'
|
|
// export const baseUrl ='http://172.16.43.24:9527/courier'
|
|
// 线上环境
|
|
export const baseUrl = 'http://slwl-geteway.itheima.net/courier' |