大屏项目初始化

This commit is contained in:
2026-03-03 00:16:12 +08:00
parent 866aaab059
commit 5b7abef74c
25 changed files with 397 additions and 117 deletions

View File

@@ -22,6 +22,17 @@ export function getItemInfoList(params) {
})
}
/**
* 获取指标信息列表
*/
export function getIndexInfoList(params) {
return request({
url: '/biz/indexInfo/list',
method: 'get',
params: params
})
}
/**
* 获取账号信息列表
*/
@@ -53,4 +64,4 @@ export function getErpTransactionFlowList(params) {
method: 'get',
params: params
})
}
}