Commit 02a3c1f9 authored by 刘帅阳's avatar 刘帅阳

增加redis key清除缓存

parent 6cefbeb7
......@@ -109,7 +109,15 @@ export default {
{ value: '6', label: '同一个ip 每天允许失败的次数' },
{ value: '7', label: '用户密码登录锁定' },
{ value: '8', label: '短信验证码登录锁定' },
{ value: '9', label: '登录锁定' }
{ value: '9', label: '登录锁定' },
{ value: '10', label: '服务器-Ip访问不合法 分钟' },
{ value: '11', label: '服务器-Ip访问不合法 天' },
{ value: '12', label: '服务器-Ip访问频繁 分钟' },
{ value: '13', label: '服务器-Ip访问频繁 天' },
{ value: '14', label: '客户端-Ip访问不合法 分钟' },
{ value: '15', label: '客户端-Ip访问不合法 天' },
{ value: '16', label: '客户端-Ip访问频繁 分钟' },
{ value: '17', label: '客户端-Ip访问频繁 天' }
]
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment