fix: 首页UI重构设计
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user