|
@@ -38,7 +38,7 @@ module.exports = {
|
|
|
},
|
|
},
|
|
|
proxy: {
|
|
proxy: {
|
|
|
[process.env.VUE_APP_BASE_API]:{
|
|
[process.env.VUE_APP_BASE_API]:{
|
|
|
- target:"http://172.30.40.148:9968",
|
|
|
|
|
|
|
+ target:"http://local.ng.frontend.api.com",
|
|
|
changeOrigin:true,
|
|
changeOrigin:true,
|
|
|
pathRewrite:{
|
|
pathRewrite:{
|
|
|
["^" + process.env.VUE_APP_BASE_API] : ""
|
|
["^" + process.env.VUE_APP_BASE_API] : ""
|