项目初始化

This commit is contained in:
2026-03-27 17:38:01 +08:00
parent 1de218de1a
commit 34558bb1c2
5 changed files with 232 additions and 131 deletions

View File

@@ -17,4 +17,5 @@ export interface ChartInfo extends BasicModel<ChartInfo> {
remark?: string; // 运行时长
}
export const HostInfoData = () => defHttp.get<ChartInfo[]>({ url: adminPath + '/sys/analysis/getHostInfo' });
export const HostInfoData = () =>
defHttp.get<ChartInfo[]>({ url: adminPath + '/desktop/analysis/getHostInfo' });