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

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

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