|
@@ -38,11 +38,11 @@ module.exports = {
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
// target: `http://fuyu.scapp.cn/prod-api/`,
|
|
// target: `http://fuyu.scapp.cn/prod-api/`,
|
|
- target: `https://fuyu.cc-lotus.info`,
|
|
|
|
- // target: `http://172.17.116.208:8080`,
|
|
|
|
|
|
+ // target: `https://fuyu.cc-lotus.info`,
|
|
|
|
+ target: `http://172.17.116.208:8080`,
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
pathRewrite: {
|
|
pathRewrite: {
|
|
- ['^' + process.env.VUE_APP_BASE_API]: '/prod-api/'
|
|
|
|
|
|
+ ['^' + process.env.VUE_APP_BASE_API]: ''
|
|
}
|
|
}
|
|
},
|
|
},
|
|
'/dw': {
|
|
'/dw': {
|