From d83588d824b7b830961e15fe96c7dbf49b353da3 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Thu, 29 Sep 2022 17:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.2.5=E3=80=91=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E6=95=B4=E7=90=86=E5=89=8D=E5=90=8E=E5=8F=B0=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mysql/V7.2.5_20220929_1628__add_backend_auth_menu.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/db/migration/mysql/V7.2.5_20220929_1628__add_backend_auth_menu.sql b/src/main/resources/db/migration/mysql/V7.2.5_20220929_1628__add_backend_auth_menu.sql index d5997ae5..1ed2fa5d 100644 --- a/src/main/resources/db/migration/mysql/V7.2.5_20220929_1628__add_backend_auth_menu.sql +++ b/src/main/resources/db/migration/mysql/V7.2.5_20220929_1628__add_backend_auth_menu.sql @@ -1,4 +1,6 @@ -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 (1575396079602528258, 1399362846198013953, '[-1],[1399362846198013953],', '管理员权限', 'sysadmin_power', 'systemApp', 40.00, 1, NULL, NULL, NULL, 'Y', '/authority/adminPower', 'PushpinOutlined', '/system/sys-admin-power/index', 0, NULL, NULL, 'Y', 2, 'N', '2022-09-29 16:04:29', 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 (1575396079602528258, 1399362846198013953, '[-1],[1399362846198013953],', '后台权限', 'sysadmin_power', 'systemApp', 20.42, 1, NULL, NULL, NULL, 'Y', '/authority/adminPower', 'UserAddOutlined', '/system/sys-admin-power/index', 0, NULL, NULL, 'Y', 2, 'N', '2022-09-29 16:04:29', 1339550467939639299, '2022-09-29 17:39:55', 1339550467939639299); + +UPDATE `sys_menu` SET `menu_name` = '前台权限' WHERE `menu_id` = 1538775070967664642; UPDATE `sys_menu` SET `antdv_front_type` = 1 WHERE `menu_id` = 1339550467939639301; UPDATE `sys_menu` SET `antdv_front_type` = 1 WHERE `menu_id` = 1339550467939639302;