创建健康档案

This commit is contained in:
2022-07-15 14:01:27 +08:00
parent 9b4eb7ed11
commit d43853eaca
8 changed files with 709 additions and 763 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
}