Commit ba39573c authored by liyang's avatar liyang

fix:隐藏首页

parent b0335a50
......@@ -64,13 +64,14 @@ export const constantRoutes = [
{
path: '',
component: Layout,
redirect: 'index',
redirect: '/home/overview',
hidden: true,
children: [
{
path: 'index',
component: () => import('@/views/index'),
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }
meta: { title: '首页', icon: 'dashboard', affix: true, }
}
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment