lex-xin 3 năm trước cách đây
mục cha
commit
db847e2f80
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/utils/validate.js

+ 1 - 1
src/utils/validate.js

@@ -79,7 +79,7 @@ export function validOaUrl() {
   } else if (/dev/.test(url)) { // dev 环境
     returnUrl = 'http://oadev.dayaedu.com'
   } else if (/test/.test(url)) { // dev 环境
-    returnUrl = 'http://oatest.dayaedu.com'
+    returnUrl = 'https://oatest.dayaedu.com'
   } else { // 默认dev环境
     returnUrl = 'http://oadev.dayaedu.com'
   }