更新版本库
This commit is contained in:
12
config/router_menuaNotice.config.ts
Normal file
12
config/router_menuaNotice.config.ts
Normal file
@ -0,0 +1,12 @@
|
||||
export default [
|
||||
{
|
||||
name: 'notice',
|
||||
icon: 'table',
|
||||
path:'/notice',
|
||||
routes: [
|
||||
{ name: 'noticeList', path: '/notice/noticeList',component: './notice/noticeList/components/NoticeList' },//通知公告查看
|
||||
{ name: 'noticeManage', path: '/notice/noticeManage',component: './notice/noticeManage/components/noticeManage'},//通知公告管理
|
||||
]
|
||||
},
|
||||
|
||||
];
|
Reference in New Issue
Block a user