首页默认静默登陆

This commit is contained in:
李琦
2026-01-14 20:59:32 +08:00
parent 7ed22e2d58
commit c4f322edd6
5 changed files with 108 additions and 55 deletions

View File

@@ -495,7 +495,8 @@ export async function getVersion(params) {
// 获取系统配置信息
export async function getSystemConfig(params) {
let data = await http('/xkApi/platform/config', params)
// let data = await http('/xkApi/platform/config', params)
let data = await http('/xkApi/guest/guest-platform/config', params, 3)
return data
}