wwf
2026-05-11 50b2839f3e40a0693b51fe0fe1e492ab86043907
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const notice = [
  {
    path: 'noticeList',
    name: '公告列表',
    component: () => import('@/views/main/notice/list.vue'),
  },
  {
    path: 'noticeDetail/:id',
    name: '公告详情',
    component: () => import('@/views/main/notice/detail.vue'),
  },
]
 
export default notice