zx 3 년 전
부모
커밋
15f0079e31
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      config/index.js

+ 3 - 3
config/index.js

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