4 lines
421 B
SQL
4 lines
421 B
SQL
--修改日志检索->国家代理->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= '' |