|
@@ -44,7 +44,7 @@ export function vaildUrl() {
|
|
returnUrl = 'https://online.lexiaoya.cn'
|
|
returnUrl = 'https://online.lexiaoya.cn'
|
|
} else if (/test/.test(url)) {
|
|
} else if (/test/.test(url)) {
|
|
// dev 环境
|
|
// dev 环境
|
|
- returnUrl = 'https://test.lexiaoya.cn'
|
|
|
|
|
|
+ returnUrl = 'https://test.kt.colexiu.com'
|
|
} else if (/dev/.test(url)) {
|
|
} else if (/dev/.test(url)) {
|
|
// dev 环境
|
|
// dev 环境
|
|
returnUrl = 'https://dev.lexiaoya.cn'
|
|
returnUrl = 'https://dev.lexiaoya.cn'
|