zhaoke 1 年之前
父節點
當前提交
b826a7d79a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      public/staticConfig.js

+ 2 - 2
public/staticConfig.js

@@ -43,8 +43,8 @@ switch (baseNewUrl) {
   case '10.199.7.20':
     PLATFROM_CONFIG = {
       ...PLATFROM_CONFIG,
-      baseNewUrl: 'http://10.199.7.20:8083',
-      baseURLCA: 'http://10.199.7.20:8083',
+      baseNewUrl: 'https://10.199.7.20:8083',
+      baseURLCA: 'https://10.199.7.20:8083',
       hasStaticRoutes: true,
     }
     break