http block菜单修改 改为查询操控日志
This commit is contained in:
4
src/main/resources/sql/20190605/update_sys_menu.sql
Normal file
4
src/main/resources/sql/20190605/update_sys_menu.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--修改日志检索->国家代理->HTTP(S)阻断 url
|
||||
UPDATE `sys_menu` SET `href`='/log/pxy/httpBlockList?searchAction=16' WHERE code='http_block' and href='/log/pxy/httpBlocklogs' and permission= ''
|
||||
--修改日志检索->国家代理->HTTP(S)操控 url
|
||||
UPDATE `sys_menu` SET `href`='/log/pxy/httpManipulList?searchAction=48' WHERE code='http_manipulation' and href='/log/pxy/httpManipulList' and permission= ''
|
||||
Reference in New Issue
Block a user