zhouzh 3 yıl önce
ebeveyn
işleme
ab0c342bcd
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      config/index.js

+ 1 - 2
config/index.js

@@ -66,7 +66,6 @@ let proxyTable = {
   "/api/v1": {
     target: "http://172.16.33.166:8080",
     // target: "http://localhost:8019",
-
     // target: "http://192.168.1.114:8019",
     ws: true,
     pathRewrite: {
@@ -74,7 +73,7 @@ let proxyTable = {
     }
   },
   "/views/api/v1": {
-    target: "http://172.16.33.166t:8080",
+    target: "http://172.16.33.166:8080",
     ws: true,
     pathRewrite: {
       "^/views/api/v1": "/api/v1"