From ea82b92c54c2d00132562efcc6493e94a0c5ff83 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 14 Nov 2024 14:44:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/db/migration/V2.10.3__ddl.sql | 3 +++ core/core-frontend/src/views/msg/fill/index.vue | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 core/core-frontend/src/views/msg/fill/index.vue diff --git a/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql index 036684523c..3a6fc5527e 100644 --- a/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql +++ b/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql @@ -1,2 +1,5 @@ INSERT INTO `core_sys_setting`(`id`, `pkey`, `pval`, `type`, `sort`) VALUES (1048232869488627719, 'basic.defaultSort', '1', 'text', 13); + +INSERT INTO `core_menu` VALUES (70, 0, 1, 'msg', NULL, 200, NULL, '/msg', 1, 1, 0); +INSERT INTO `core_menu` VALUES (71, 70, 2, 'msg-fill', 'msg/fill', 1, 'icon_msg_fill', '/msg-fill', 0, 1, 0); diff --git a/core/core-frontend/src/views/msg/fill/index.vue b/core/core-frontend/src/views/msg/fill/index.vue new file mode 100644 index 0000000000..a6098f6a74 --- /dev/null +++ b/core/core-frontend/src/views/msg/fill/index.vue @@ -0,0 +1,13 @@ + + + + +