系统维护接口对接

This commit is contained in:
Mrtangl
2022-04-15 11:02:49 +08:00
parent 4cf726c993
commit 5127752ba9
5 changed files with 363 additions and 199 deletions

View File

@@ -69,9 +69,9 @@ export function apiSystemLogLists(params: any) {
return request.get('/system/log/operate', { params })
}
// 清除系统缓存
export function apiSystemCacheClear() {
return request.post('/setting.system.cache/clear')
// 系统缓存
export function apiSystemCache(params: any) {
return request.get('/monitor/cache', { params })
}
// 编辑管理员信息