|
@@ -62,7 +62,7 @@ export function vaildTeachingUrl() {
|
|
|
let url = window.location.href
|
|
|
let returnUrl = ''
|
|
|
if (/dev/.test(url)) { // dev 环境
|
|
|
- returnUrl = 'http://mandev.dayaedu.com/'
|
|
|
+ returnUrl = 'http://mandev.dayaedu.com'
|
|
|
} else if (/test/.test(url)) { // dev 环境
|
|
|
returnUrl = 'http://mantest.dayaedu.com'
|
|
|
} else if (/online/.test(url)) { //线上
|