Browse Source

修改代理

chuwu 5 years ago
parent
commit
6d234f5ff6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/index.js

+ 2 - 2
config/index.js

@@ -35,7 +35,7 @@ module.exports = {
             },
             '/pointconfig': {
                 // 目标 API 地址
-                target: 'http://172.16.0.141:8080/',
+                target: 'http://172.16.0.157:8080/',
                 // 如果要代理 websockets
                 ws: true,
                 // 将主机标头的原点更改为目标URL
@@ -51,7 +51,7 @@ module.exports = {
             },
             '/ScanBuilding': {
                 // 目标 API 地址
-                target: 'http://172.16.0.141:8080/',
+                target: 'http://172.16.0.157:8080/',
                 // 如果要代理 websockets
                 ws: true,
                 // 将主机标头的原点更改为目标URL