Browse Source

临时ip地址修改

master
kim131 4 years ago
parent
commit
c50f318a26
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      vue.config.js

+ 2
- 2
vue.config.js View File

@@ -30,8 +30,8 @@ module.exports = {
proxy: {
'/api/pms': {
// target: 'http://47.104.91.134:8089',
target:'http://10.240.32.176:8089',
target:'http://10.240.32.182:8089',
changeOrigin: true,
secure: false,
},


Loading…
Cancel
Save