|
@@ -51,8 +51,8 @@ module.exports = {
|
|
|
proxy: {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
- target: `http://192.168.10.12:3041`,
|
|
|
- // target: `https://29613561xe.eicp.vip`,
|
|
|
+ // target: `http://192.168.10.12:3041`,
|
|
|
+ target: `http://10.6.52.11:3031`,
|
|
|
// target: `http://192.168.31.235:3031`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|