HTTP(S)监测 修改为 查询 操控日志的接口
This commit is contained in:
4
src/main/resources/sql/20190610/update_sys_menu.sql
Normal file
4
src/main/resources/sql/20190610/update_sys_menu.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--修改日志检索->国家代理->HTTP(S)阻断 url
|
||||
UPDATE `sys_menu` SET `href`='/log/pxy/httpBlockLists?searchAction=16' WHERE code='http_block' and href='/log/pxy/httpBlockList?searchAction=16' and permission= ''
|
||||
--修改日志检索->国家代理->HTTP(S)监测 url
|
||||
UPDATE `sys_menu` SET `href`='/log/pxy/httpMonitLists?searchAction=1' WHERE code='http_monit' and href='/log/pxy/httpMonitogs' and permission= ''
|
||||
Reference in New Issue
Block a user