소스 검색

Merge branch '0709_OA' into test

lex-xin 3 년 전
부모
커밋
fd1977d8ba
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 环境
   } else if (/dev/.test(url)) { // dev 环境
     returnUrl = 'http://oadev.dayaedu.com'
     returnUrl = 'http://oadev.dayaedu.com'
   } else if (/test/.test(url)) { // dev 环境
   } else if (/test/.test(url)) { // dev 环境
-    returnUrl = 'http://oatest.dayaedu.com'
+    returnUrl = 'https://oatest.dayaedu.com'
   } else { // 默认dev环境
   } else { // 默认dev环境
     returnUrl = 'http://oadev.dayaedu.com'
     returnUrl = 'http://oadev.dayaedu.com'
   }
   }