From b6ac2dec6a95f966b9d3e5c45595090f07bb7a1b Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 1 Apr 2022 16:59:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8F=92=E4=BB=B6=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E8=8F=9C=E5=8D=95icons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V33__1.9.sql | 2 +- frontend/src/icons/svg/plugins.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 frontend/src/icons/svg/plugins.svg diff --git a/backend/src/main/resources/db/migration/V33__1.9.sql b/backend/src/main/resources/db/migration/V33__1.9.sql index 256d528cb1..8a7956f258 100644 --- a/backend/src/main/resources/db/migration/V33__1.9.sql +++ b/backend/src/main/resources/db/migration/V33__1.9.sql @@ -258,7 +258,7 @@ ADD COLUMN `attach_params` tinyint(1) NULL COMMENT '是否附加点击参数' AF update `sys_menu` set menu_id = 100 where title = '首页'; -INSERT INTO `sys_menu` VALUES (101, 1, 4, 1, '插件管理', 'system-plugin', 'system/plugin/index', 1002, 'peoples', 'plugin', b'0', b'0', b'0', 'plugin:read', NULL, NULL, NULL, 1620281952752); +INSERT INTO `sys_menu` VALUES (101, 1, 4, 1, '插件管理', 'system-plugin', 'system/plugin/index', 1002, 'plugins', 'plugin', b'0', b'0', b'0', 'plugin:read', NULL, NULL, NULL, 1620281952752); DROP FUNCTION IF EXISTS `GET_CHART_VIEW_COPY_NAME`; delimiter ;; diff --git a/frontend/src/icons/svg/plugins.svg b/frontend/src/icons/svg/plugins.svg new file mode 100644 index 0000000000..de353db688 --- /dev/null +++ b/frontend/src/icons/svg/plugins.svg @@ -0,0 +1 @@ + \ No newline at end of file