fix:首页仪表盘
This commit is contained in:
@@ -209,6 +209,15 @@ export function getDashboardOverview() {
|
||||
method: 'get'
|
||||
});
|
||||
}
|
||||
/** 获取仪表盘站点列表 */
|
||||
export function getDashboardSiteList(params: { pageNum: number; pageSize: number; name?: string }) {
|
||||
return request<Api.DashboardSiteResponse>({
|
||||
url: '/system/dashboard/page',
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user