Ver Fonte

修改倒垛

hujh há 3 anos atrás
pai
commit
8b7565342b
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      config/index.js

+ 2 - 2
config/index.js

@@ -56,7 +56,7 @@ let proxyTable = {
   },
   // 所有数据的请求域名地址
   "/api/v1": {
-    target: "http://localhost:8080",
+    target: "http://172.16.33.166:8080",
     // target: "http://172.16.33.162:8019",
     // target: "http://localhost:8080",
     ws: true,
@@ -65,7 +65,7 @@ let proxyTable = {
     }
   },
   "/views/api/v1": {
-    target: "http://localhost:8080",
+    target: "http://172.16.33.166:8080",
     ws: true,
     pathRewrite: {
       "^/views/api/v1": "/api/v1"