|
@@ -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'
|