mirror of https://gitee.com/stylefeng/guns
【7.2.3】更新角色权限菜单的配置
parent
20b1b0aa26
commit
6fc917e8e9
|
@ -1,5 +1,5 @@
|
|||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
INSERT INTO `sys_menu`(`menu_id`, `menu_parent_id`, `menu_pids`, `menu_name`, `menu_code`, `app_code`, `menu_sort`, `status_flag`, `remark`, `layui_path`, `layui_icon`, `layui_visible`, `antdv_router`, `antdv_icon`, `antdv_component`, `antdv_link_open_type`, `antdv_link_url`, `antdv_active_url`, `antdv_visible`, `antdv_front_type`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1538775070967664642, 1399362846198013953, '[-1],[1399362846198013953],', '用户权限', 'role_power', 'systemApp', 20.70, 1, NULL, NULL, NULL, 'Y', '/authority/userPower', 'UserOutlined', '/system/user-power/index', 0, NULL, NULL, 'Y', 1, 'N', '2022-06-20 14:45:41', 1339550467939639299, NULL, NULL);
|
||||
INSERT INTO `sys_menu`(`menu_id`, `menu_parent_id`, `menu_pids`, `menu_name`, `menu_code`, `app_code`, `menu_sort`, `status_flag`, `remark`, `layui_path`, `layui_icon`, `layui_visible`, `antdv_router`, `antdv_icon`, `antdv_component`, `antdv_link_open_type`, `antdv_link_url`, `antdv_active_url`, `antdv_visible`, `antdv_front_type`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1538775070967664642, 1399362846198013953, '[-1],[1399362846198013953],', '角色权限', 'role_power', 'systemApp', 20.41, 1, NULL, NULL, NULL, 'Y', '/authority/rolePower', 'UnlockOutlined', '/system/role-power/index', 0, NULL, NULL, 'Y', 1, 'N', '2022-06-20 14:45:41', 1339550467939639299, '2022-06-20 21:11:16', 1339550467939639299);
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
|
|
Loading…
Reference in New Issue