lex-xin %!s(int64=3) %!d(string=hai) anos
pai
achega
db847e2f80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'
   }