疯狂的狮子Li
2022-08-14 d351c59b38f772fb4fcfcb1a16b3fe40098da4f7
ruoyi-ui/src/api/monitor/cache.js
@@ -41,9 +41,9 @@
}
// 清理指定键名缓存
export function clearCacheKey(cacheKey) {
export function clearCacheKey(cacheName, cacheKey) {
  return request({
    url: '/monitor/cache/clearCacheKey/' + cacheKey,
    url: '/monitor/cache/clearCacheKey/'+ cacheName + "/" + cacheKey,
    method: 'delete'
  })
}