fix: 首页UI重构设计

This commit is contained in:
2026-01-12 12:36:50 +08:00
parent 1251897013
commit 2a294898ec
13 changed files with 706 additions and 161 deletions

View File

@@ -491,6 +491,11 @@ export async function clearAll(params) {
export async function getVersion(params) {
let data = await http('/v1/other/xcx-version?store_id=11001', params)
return data
}
// 获取系统配置信息
export async function getSystemConfig(params) {
let data = await http('/xkApi/platform/config', params)
return data
}