forked from angelo/web-retail-h5
feat(request): update dev baseUrl
This commit is contained in:
parent
6285d314c2
commit
3eae134342
|
@ -13,7 +13,7 @@ module.exports = (vm) => {
|
||||||
|
|
||||||
//#ifdef DEV_SERVER
|
//#ifdef DEV_SERVER
|
||||||
console.log('DEV_SERVER')
|
console.log('DEV_SERVER')
|
||||||
config.baseURL = 'http://192.168.0.100:8080';
|
config.baseURL = 'http://t-app.beida413.com/prod-api';
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
//#ifdef QA_SERVER
|
//#ifdef QA_SERVER
|
||||||
|
|
Loading…
Reference in New Issue