chenrui  1 anno fa
parent
commit
1ecd8210e7
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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,