lex 11 mēneši atpakaļ
vecāks
revīzija
4b03331ced
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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';