lex há 11 meses atrás
pai
commit
4b03331ced
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/helpers/utils.ts

+ 2 - 2
src/helpers/utils.ts

@@ -140,10 +140,10 @@ export function vaildTeachingUrl() {
   let returnUrl = '';
   if (/dev/.test(url)) {
     // dev 环境
-    returnUrl = 'http://dev.gym.lexiaoya.cn';
+    returnUrl = 'https://dev.gym.lexiaoya.cn';
   } else if (/test/.test(url)) {
     // dev 环境
-    returnUrl = 'http://test.gym.lexiaoya.cn';
+    returnUrl = 'https://test.gym.lexiaoya.cn';
   } else {
     // 默认线上环境
     returnUrl = 'https://gym.lexiaoya.cn';