优化ios版本,新增注销账号功能

This commit is contained in:
唐明明
2023-10-25 17:03:00 +08:00
parent 663a5a9762
commit 76bb2b2a43
11 changed files with 474 additions and 18 deletions

View File

@@ -10,8 +10,8 @@ import router from '../router'
// 基础配置
const config = {
apiUrl : 'https://douhuo.douhuofalv.com/api/',
// apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
// apiUrl : 'https://douhuo.douhuofalv.com/api/',
apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
timeout : 60000
}