forked from angelo/web-retail-h5
feat(request): update dev baseUrl
This commit is contained in:
parent
66c825ada4
commit
082efbb9d4
|
@ -13,7 +13,7 @@ module.exports = (vm) => {
|
|||
|
||||
//#ifdef DEV_SERVER
|
||||
console.log('DEV_SERVER')
|
||||
config.baseURL = 'http://localhost:8080';
|
||||
config.baseURL = '/prod-api';
|
||||
//#endif
|
||||
|
||||
//#ifdef QA_SERVER
|
||||
|
|
Loading…
Reference in New Issue