|
@@ -3,10 +3,10 @@ export function vaildUrl() {
|
|
|
let returnUrl = '';
|
|
|
if (/192/.test(url) || /localhost/.test(url)) {
|
|
|
//本地环境
|
|
|
- returnUrl = 'https://test.lexiaoya.cn';
|
|
|
+ returnUrl = 'https://test.kt.colexiu.com';
|
|
|
} else if (/test/.test(url)) {
|
|
|
// dev 环境
|
|
|
- returnUrl = 'https://test.lexiaoya.cn';
|
|
|
+ returnUrl = 'https://test.kt.colexiu.com';
|
|
|
} else if (/dev/.test(url)) {
|
|
|
returnUrl = 'https://dev.kt.colexiu.com';
|
|
|
} else {
|