lex-xin 3 년 전
부모
커밋
db847e2f80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'
   }