mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 18:45:06 +08:00
feature(Redis监控): 添加缓存列表
This commit is contained in:
@ -35,7 +35,7 @@ export function getKeyValue(keyDefine, key) {
|
||||
// 根据键名删除缓存
|
||||
export function clearCacheKey(key) {
|
||||
return request({
|
||||
url: '/infra/redis/clearCacheKey/' + key,
|
||||
url: '/infra/redis/clear-key/' + key,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
@ -93,7 +93,7 @@
|
||||
<el-dialog
|
||||
:title="keyTemplate + '模块'"
|
||||
:visible.sync="open"
|
||||
width="50vw"
|
||||
width="60vw"
|
||||
append-to-body
|
||||
>
|
||||
<el-row :gutter="10">
|
||||
|
Reference in New Issue
Block a user