Browse Source

Merge branch 'master' into online

mo 2 years ago
parent
commit
f74d7c18ee
1 changed files with 2 additions and 2 deletions
  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'