diff --git a/ui/src/router/index.ts b/ui/src/router/index.ts index f434aa1..98d63f6 100644 --- a/ui/src/router/index.ts +++ b/ui/src/router/index.ts @@ -147,6 +147,17 @@ const router = createRouter({ requiresScrollbar: false, requiresPadding: true } + }, + { + path: '/notice', + component: async () => await import('@/pages/notice/NoticeHome.vue'), + name: 'noticeHome', + meta: { + title: '公告管理', + icon: IconPinnacleNotice, + requiresScrollbar: false, + requiresPadding: true + } } ] },