Commit 232cadf0 authored by xinzhedeai's avatar xinzhedeai

add:电子围栏 init test

parent 1561d94f
...@@ -101,19 +101,19 @@ export const constantRoutes = [ ...@@ -101,19 +101,19 @@ export const constantRoutes = [
} }
] ]
}, },
// { {
// path: '/dp', path: '/wl',
// component: Layout, component: Layout,
// redirect: 'noredirect', redirect: 'noredirect',
// children: [ children: [
// { {
// path: 'screen', path: 'screen',
// component: () => import('@/views/index-dp'), component: () => import('@/views/index-wl'),
// name: 'Screen', name: 'Screen',
// meta: { title: '首页-DP', icon: 'dashboard', affix: true } meta: { title: '首页-WL', 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