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