瀏覽代碼

Merge branch 'master' into online

mo 2 年之前
父節點
當前提交
f74d7c18ee
共有 1 個文件被更改,包括 2 次插入2 次删除
  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'