创建虚拟人物,调整登录逻辑

This commit is contained in:
唐明明
2022-06-07 17:34:05 +08:00
parent 1c6091371e
commit b76167eb0d
19 changed files with 4434 additions and 4784 deletions

View File

@@ -10,7 +10,7 @@ import router from '../router'
// 基础配置
const config = {
apiUrl : 'http://api.zh.shangkelian.cn/api/', // 正式环境
apiUrl : 'http://api.gl.shangkelian.cn/api/', // 正式环境
timeout : 60000
}