Commit 7b2b66c8 authored by xinzhedeai's avatar xinzhedeai

add:zhuizong page

parent 16c3735b
......@@ -76,31 +76,44 @@ export const constantRoutes = [
]
},
{
path: '/guiji',
path: '/zz',
component: Layout,
redirect: 'noredirect',
children: [
{
path: 'index',
component: () => import('@/views/index-guiji'),
component: () => import('@/views/index-zz'),
name: 'Index',
meta: { title: '首页2-zz', icon: 'dashboard', affix: true }
}
]
},
{
path: '/dp',
path: '/guiji',
component: Layout,
redirect: 'noredirect',
children: [
{
path: 'screen',
component: () => import('@/views/index-dp'),
name: 'Screen',
meta: { title: '首页-DP', icon: 'dashboard', affix: true }
path: 'index',
component: () => import('@/views/index-guiji'),
name: 'Index',
meta: { title: '首页2-gj', icon: 'dashboard', affix: true }
}
]
},
// {
// path: '/dp',
// component: Layout,
// redirect: 'noredirect',
// children: [
// {
// path: 'screen',
// component: () => import('@/views/index-dp'),
// name: 'Screen',
// meta: { title: '首页-DP', icon: 'dashboard', affix: true }
// }
// ]
// },
{
path: '/user',
component: Layout,
......
This diff is collapsed.
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