Commit 765265f3 authored by 胡占生's avatar 胡占生 🇨🇳

fix: 整体细节调整,问题优化

parent 92ecdb7d
...@@ -57,19 +57,19 @@ export const constantRoutes = [ ...@@ -57,19 +57,19 @@ export const constantRoutes = [
component: () => import('@/views/error/401'), component: () => import('@/views/error/401'),
hidden: true hidden: true
}, },
// { {
// path: '', path: '',
// component: Layout, component: Layout,
// redirect: '/index', redirect: '/index',
// children: [ children: [
// { {
// path: '/index', path: '/index',
// component: () => import('@/views/index'), component: () => import('@/views/deviceControl/index'),
// name: 'Index', name: 'Index',
// meta: { title: '工作台', icon: 'dashboard', affix: true } meta: { title: '设备管理', icon: 'dashboard', affix: true }
// } }
// ] ]
// }, },
{ {
path: '/user', path: '/user',
component: Layout, component: Layout,
......
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