zhouzh 3 years ago
parent
commit
7c5a03983a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/index.js

+ 2 - 2
config/index.js

@@ -64,7 +64,7 @@ let proxyTable = {
   },
   // 所有数据的请求域名地址
   "/api/v1": {
-    target: "http://172.16.33.166:8019",
+    target: "http://172.16.33.166:8080",
     // target: "http://localhost:8080",
     // target: "http://192.168.1.107:8080",
     ws: true,
@@ -73,7 +73,7 @@ let proxyTable = {
     }
   },
   "/views/api/v1": {
-    target: "http://172.16.33.166:8019",
+    target: "http://172.16.33.166:8080",
     // target: "http://172.16.33.166:8080",
     // target: "http://192.168.1.115:8080",
     ws: true,