|
@@ -39,7 +39,7 @@ module.exports = {
|
|
|
},
|
|
},
|
|
|
proxy: {
|
|
proxy: {
|
|
|
[process.env.VUE_APP_BASE_API]:{
|
|
[process.env.VUE_APP_BASE_API]:{
|
|
|
- target:"http://172.27.37.176:9970",
|
|
|
|
|
|
|
+ target:"http://172.28.43.29:9970",
|
|
|
changeOrigin:true,
|
|
changeOrigin:true,
|
|
|
pathRewrite:{
|
|
pathRewrite:{
|
|
|
["^" + process.env.VUE_APP_BASE_API] : ""
|
|
["^" + process.env.VUE_APP_BASE_API] : ""
|