chenrui  1 年之前
父節點
當前提交
1ecd8210e7
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/config/staticConfig.js

+ 8 - 0
src/config/staticConfig.js

@@ -67,6 +67,14 @@ switch (baseNewUrl) {
       hasStaticRoutes: true,
     }
     break
+  case '120.26.64.82':
+    PLATFROM_CONFIG = {
+      ...PLATFROM_CONFIG,
+      baseNewUrl: 'http://10.211.1.152:8083',
+      baseURLCA: 'http://10.211.1.152:8083',
+      hasStaticRoutes: true,
+    }
+    break
   case 'localhost':
     PLATFROM_CONFIG = {
       ...PLATFROM_CONFIG,