新增账户管理和委托管理模块

This commit is contained in:
唐明明
2023-12-15 10:14:00 +08:00
parent 43320b6870
commit 46d29ae6b6
18 changed files with 1188 additions and 18 deletions

View File

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