fix:仪表盘界面(未接通)
This commit is contained in:
@@ -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'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user