|
@@ -51,11 +51,9 @@ module.exports = {
|
|
|
proxy: {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
- // target: `http://127.0.0.1:3031`,
|
|
|
- // target: `http://192.168.31.180:3031`,
|
|
|
+ // target: `http://192.168.31.180:3031/`,
|
|
|
target: `http://192.168.31.134:3031`,
|
|
|
// target: `http://121.36.228.66:3031`,
|
|
|
- // target: `https://29613561xe.eicp.vip`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|