在src/router/index.js中找到首页路由配置项,修改如下
{
path: '/',
component: Layout,
redirect: '/dashboard',
children: [{
path: 'dashboard',
name: '首页',
component: () => import('@/views/dashboard/index'),
meta: { title: '首页', icon: 'dashboard', affix: true }
}]
}

624

被折叠的 条评论
为什么被折叠?



