项目初始化
This commit is contained in:
@@ -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' });
|
||||
|
||||
Reference in New Issue
Block a user