wwf
4 天以前 f56e474c81bb25845b46cf99c85bd313dbfcd3b5
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',
    name: '公告详情',
    component: () => import('@/views/main/notice/detail.vue'),
  },
]
 
export default notice