|
@@ -31,8 +31,8 @@ export default defineComponent({
|
|
|
}
|
|
|
const apiUrls = {
|
|
|
dev: 'https://dev.kt.colexiu.com',
|
|
|
- test: 'https://test.lexiaoya.cn',
|
|
|
- online: 'https://mec.colexiu.com'
|
|
|
+ test: 'https://test.kt.colexiu.com',
|
|
|
+ online: 'https://kt.colexiu.com'
|
|
|
}
|
|
|
|
|
|
const environment = location.origin.includes('//dev')
|