mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
nitice module modified query with mybatis plus linked table to xml
This commit is contained in:
@@ -180,7 +180,29 @@ const router = createRouter({
|
||||
icon: shallowRef(IconPinnacleSetting),
|
||||
requiresScrollbar: false,
|
||||
requiresPadding: true
|
||||
}
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'noticeManage',
|
||||
component: async () => await import('@/pages/notice/NoticeManage.vue'),
|
||||
name: 'noticeManage',
|
||||
meta: {
|
||||
title: '公告管理',
|
||||
requiresScrollbar: false,
|
||||
requiresPadding: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'noticeView',
|
||||
component: async () => await import('@/pages/notice/NoticeView.vue'),
|
||||
name: 'noticeView',
|
||||
meta: {
|
||||
title: '公告查看',
|
||||
requiresScrollbar: false,
|
||||
requiresPadding: true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user