Commit 0fda5155 authored by 李苏's avatar 李苏 💬

设置主页

parent 66c80185
......@@ -1410,13 +1410,13 @@ export const constantRoutes = [
component: Layout,
redirect: 'index',
children: [
{
path: 'index',
component: () => import('@/views/index'),
name: 'Index',
redirect: '/user/profile',
meta: { title: '首页', icon: 'dashboard', affix: true }
}
{
path: 'index',
component: () => import('@/views/threeViolations/homePage/index'),
name: 'Index',
// redirect: '/user/profile',
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