|
@@ -39,13 +39,13 @@ module.exports = defineConfig({
|
|
// '/':{
|
|
// '/':{
|
|
ws:false,
|
|
ws:false,
|
|
// target: `http://192.168.2.32`,
|
|
// target: `http://192.168.2.32`,
|
|
- // target: `https://oms.lzlxylsf.com`,
|
|
|
|
- target:`http://192.168.1.75:8080`,
|
|
|
|
|
|
+ target: `https://oms.lzlxylsf.com`,
|
|
|
|
+ // target:`http://192.168.1.75:8080`,
|
|
// target: `http://47.107.53.207:9023`,
|
|
// target: `http://47.107.53.207:9023`,
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
- pathRewrite: {
|
|
|
|
- ['^' + process.env.VUE_APP_BASE_API]: ''
|
|
|
|
- }
|
|
|
|
|
|
+ // pathRewrite: {
|
|
|
|
+ // ['^' + process.env.VUE_APP_BASE_API]: ''
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|