Browse Source

Merge branch 'master' into online

mo 2 năm trước cách đây
mục cha
commit
f74d7c18ee
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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'