9 lines
384 B
JavaScript
9 lines
384 B
JavaScript
|
|
||
|
// 测试环境
|
||
|
// export const baseUrl = 'https://mock.boxuegu.com/mock/3220'
|
||
|
// export const baseUrl ='http://172.16.43.24:18092/api'
|
||
|
// export const baseUrl ='http://sl-express-gateway.yjy-public-slwl-java.svc.cluster.local:8080/driver'
|
||
|
export const baseUrl ='http://slwl-geteway.itheima.net/driver'
|
||
|
|
||
|
// 线上环境
|
||
|
// export const baseUrl = 'https://registakeaway.itheima.net'
|