This commit is contained in:
唐明明
2022-09-21 15:05:24 +08:00
parent 30881978bd
commit 872a125fc1
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ import router from '../router'
// 基础配置 // 基础配置
const config = { const config = {
// apiUrl : 'https://api.gongli.vip/api/', // 正式环境 apiUrl : 'https://api.gongli.vip/api/', // 正式环境
apiUrl: 'http://api.gl.shangkelian.cn/api/', // 测试 // apiUrl: 'http://api.gl.shangkelian.cn/api/', // 测试
timeout: 60000 timeout: 60000
} }

File diff suppressed because one or more lines are too long