diff --git a/src/api/monitor/cache.ts b/src/api/monitor/cache.ts index 37ef06ed..7019498a 100644 --- a/src/api/monitor/cache.ts +++ b/src/api/monitor/cache.ts @@ -29,7 +29,7 @@ export function listCacheName() { */ export function listCacheKey(cacheName: string) { return request({ - url: `/monitor/cache//keys`, + url: `/monitor/cache/keys`, method: 'GET', params: { cacheName }, });