Explorar o código

Merge branch 'master' into online

mo %!s(int64=3) %!d(string=hai) anos
pai
achega
f74d7c18ee
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/helpers/utils.ts

+ 2 - 2
src/helpers/utils.ts

@@ -132,10 +132,10 @@ export function vaildTeachingUrl() {
   let returnUrl = ''
   if (/online/.test(url)) {
     //线上
-    returnUrl = 'https://dev.colexiu.com'
+    returnUrl = 'https://www.colexiu.com/'
   } else if (/dev/.test(url)) {
     // dev 环境
-    returnUrl = 'https://dev.colexiu.com'
+    returnUrl = 'https://test.colexiu.com'
   } else if (/test/.test(url)) {
     // dev 环境
     returnUrl = 'https://dev.colexiu.com'