Commit 7b2b66c8 authored by xinzhedeai's avatar xinzhedeai

add:zhuizong page

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