样式修改

This commit is contained in:
stt
2025-10-11 15:32:51 +08:00
parent 29a90a36af
commit a895684364
2 changed files with 34 additions and 62 deletions

View File

@@ -48,11 +48,10 @@ export function getOnlineUsers(data:any) {
});
}
//获取表空间大小
export function getMemoInfo(data:any) {
export function getMemoInfo() {
return createAxios({
url: "/system-boot/audit/getMemoInfo",
method: "post",
data,
});
}
export function getSysConfig() {