mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
Added notice management
This commit is contained in:
@@ -147,6 +147,17 @@ const router = createRouter({
|
|||||||
requiresScrollbar: false,
|
requiresScrollbar: false,
|
||||||
requiresPadding: true
|
requiresPadding: true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/notice',
|
||||||
|
component: async () => await import('@/pages/notice/NoticeHome.vue'),
|
||||||
|
name: 'noticeHome',
|
||||||
|
meta: {
|
||||||
|
title: '公告管理',
|
||||||
|
icon: IconPinnacleNotice,
|
||||||
|
requiresScrollbar: false,
|
||||||
|
requiresPadding: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user