2
0

fix:仪表盘界面(未接通)

This commit is contained in:
zhongzm
2025-01-10 14:28:59 +08:00
parent 4708df2a6f
commit 28200f4931
7 changed files with 506 additions and 122 deletions

View File

@@ -202,6 +202,14 @@ export function updateBillRule(data: Api.Billing.BillRuleUpdate) {
data
});
}
/** 获取仪表盘概览数据 */
export function getDashboardOverview() {
return request<Api.DashboardOverview>({
url: '/system/dashboard/overview',
method: 'get'
});
}