Merge remote-tracking branch 'origin/develop_no_common_group' into develop_no_common_group
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#统计菜单,新增一个其他系统的统计菜单
|
||||
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 (780, '0,1,780,', 'other_system_ddos_report_menu', '目标IP防护', 50, 'http://192.168.10.194:8888/webSev/index.html', '', 'fa fa-exclamation-triangle', 1, '', '1', '2018-07-18 10:53:19', '1', '2018-10-09 17:48:20', '', 1, NULL, 0, 0, null);
|
||||
#日志菜单,ddos新加一个菜单,修改旧的菜单为父级菜单
|
||||
update sys_menu set href='',icon='',function_id=null,code='ddos_log' where id=801;
|
||||
update sys_menu set href='',icon='fa fa-exclamation-triangle',function_id=null,code='ddos_log' where id=801;
|
||||
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 (801, '0,1,152,801,', 'target_ip_protect', '常用DDOS攻击', 6, '/log/ntc/ntcDdosLogs/list', '', 'fa fa-exclamation-triangle', 1, '', '1', '2018-07-11 17:52:12', '1', '2018-11-14 10:56:40', '', 1, '', 0, 0, 301);
|
||||
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`)
|
||||
|
||||
Reference in New Issue
Block a user