流量日志菜单下新增 文件扫描菜单

This commit is contained in:
shangguanyanfei
2019-07-04 18:35:14 +08:00
parent ca84326442
commit 406a5d83cd
9 changed files with 831 additions and 20 deletions

View File

@@ -0,0 +1,3 @@
# 新增日志检索->流量日志->文件扫描结果
INSERT INTO `sys_menu` (`parent_id`, `parent_ids`, `code`, `name`, `sort`, `href`, `target`, `icon`, `is_show`, `permission`, `create_by`, `create_date`, `update_by`, `update_date`, `remarks`, `del_flag`, `menu_bg`, `quick_action`, `is_top`, `function_id`) VALUES ('1217', '0,1,152,1217,', 'http_obj_scan_result', '文件扫描', '200', '/log/ntc/httpObjScanResult', '', '', '1', '', '1', '2019-07-04 10:34:26', '1', '2019-07-04 10:34:26', '', '1', NULL, '0', '0', NULL);