Commit 3e2b8acf authored by xinzhedeai's avatar xinzhedeai

add:编辑围栏 定位页

parent cde8d155
...@@ -74,6 +74,19 @@ export const constantRoutes = [ ...@@ -74,6 +74,19 @@ export const constantRoutes = [
meta: { title: '首页', icon: 'dashboard', affix: true } meta: { title: '首页', icon: 'dashboard', affix: true }
} }
] ]
},
{
path: '/dw',
component: Layout,
redirect: 'noredirect',
children: [
{
path: 'index',
component: () => import('@/views/index-dw'),
name: 'Index',
meta: { title: '首页2-dw', icon: 'dashboard', affix: true }
}
]
}, },
// { // {
// path: '/zz', // path: '/zz',
...@@ -88,32 +101,32 @@ export const constantRoutes = [ ...@@ -88,32 +101,32 @@ export const constantRoutes = [
// } // }
// ] // ]
// }, // },
{ // {
path: '/guiji', // path: '/guiji',
component: Layout, // component: Layout,
redirect: 'noredirect', // redirect: 'noredirect',
children: [ // children: [
{ // {
path: 'index', // path: 'index',
component: () => import('@/views/index-guiji'), // component: () => import('@/views/index-guiji'),
name: 'Index', // name: 'Index',
meta: { title: '首页2-gj', icon: 'dashboard', affix: true } // meta: { title: '首页2-gj', icon: 'dashboard', affix: true }
} // }
] // ]
}, // },
{ // {
path: '/wl', // path: '/wl',
component: Layout, // component: Layout,
redirect: 'noredirect', // redirect: 'noredirect',
children: [ // children: [
{ // {
path: 'screen', // path: 'screen',
component: () => import('@/views/index-wl'), // component: () => import('@/views/index-wl'),
name: 'Screen', // name: 'Screen',
meta: { title: '首页-WL', icon: 'dashboard', affix: true } // meta: { title: '首页-WL', icon: 'dashboard', affix: true }
} // }
] // ]
}, // },
{ {
path: '/user', path: '/user',
component: Layout, component: Layout,
......
This diff is collapsed.
This diff is collapsed.
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