lex-xin 3 years ago
parent
commit
db847e2f80
1 changed files with 1 additions and 1 deletions
  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'
   }