diff --git a/config/request.js b/config/request.js index fe5e1ce..5fa9b1b 100644 --- a/config/request.js +++ b/config/request.js @@ -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