wwf
8 天以前 38712ae83223cb244020e255fc37e1ce35775c45
1
2
3
4
5
6
7
8
9
const home = [
  {
    path: 'home',
    name: '首页',
    component: () => import('@/views/main/home/index.vue'),
  },
]
 
export default home