mo 2 years ago
parent
commit
11588243f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/helpers/utils.ts

+ 1 - 1
src/helpers/utils.ts

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