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