This commit is contained in:
唐明明
2022-07-15 14:33:35 +08:00
63 changed files with 19287 additions and 60 deletions

View File

@@ -9,7 +9,7 @@ import store from '@/store'
// 基础配置
const config = {
apiUrl : 'http://api.gout.shangkelian.cn/api/', // 正式环境
apiUrl : 'http://api.water.shangkelian.cn/api/', // 正式环境
timeout : 60000
}