[fix] 清除缓存

This commit is contained in:
醉挽清风 2023-03-23 13:58:06 +08:00
parent 29921add8d
commit 0d6946206f

View File

@ -12,7 +12,7 @@ export function systemLogLists(params: any) {
// 清除系统缓存
export function systemCacheClear() {
return request.post({ url: '/setting.system.cache/clear' })
return request.post({ url: '/setting/system/cache/clear' })
}
// 定时任务列表