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

设置主页

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