@@ -28,7 +28,7 @@ module.exports = {
* If you want to also use it in dev, you can pass ['production', 'development']
*/
errorLog: 'production',
- apiUrl: 'http://192.168.101.11:8080'
+ // apiUrl: 'http://192.168.101.11:8080'
- // apiUrl: 'http://36.7.89.102:8080'
+ apiUrl: 'http://36.7.89.102:8080'
}
@@ -35,8 +35,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- // target: `http://36.7.89.102:8080`,
- target: `http://192.168.101.11:8080`,
+ target: `http://36.7.89.102:8080`,
+ // target: `http://192.168.101.11:8080`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''