export default [ { path: '/', redirect: '/home' }, { icon: 'HomeOutlined', path: '/home', name: '首页', component: './HomeView/index' }, { icon: 'ProfileOutlined',//antd 图标名称 path: '/about', name: '关于', component: './AboutView/index', access: 'admin' }, ]