瀏覽代碼

更新 'config/index.js'

胡杰焕 3 年之前
父節點
當前提交
60916b6e48
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config/index.js

+ 2 - 2
config/index.js

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