diff options
| author | wangxin <[email protected]> | 2019-06-25 14:34:36 +0800 |
|---|---|---|
| committer | wangxin <[email protected]> | 2019-06-25 14:34:36 +0800 |
| commit | e82e69edbc37bfa1dcf7914d560741017cfe05bf (patch) | |
| tree | ea2540bf546346b6314f86fa1c0909161d02fc62 | |
| parent | 28c9d6d1072077102f26181b6fbd898c64a1d382 (diff) | |
| parent | 090ab473c2840db075cef1f0e64674c6ea47991c (diff) | |
Merge remote-tracking branch 'origin/develop_no_common_group' into develop_no_common_group
| -rw-r--r-- | src/main/resources/sql/20190527/DDOS_ADD_MENU.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/sql/20190527/DDOS_ADD_MENU.sql b/src/main/resources/sql/20190527/DDOS_ADD_MENU.sql index a6686cc8e..a9dadee81 100644 --- a/src/main/resources/sql/20190527/DDOS_ADD_MENU.sql +++ b/src/main/resources/sql/20190527/DDOS_ADD_MENU.sql @@ -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`)
|
