feat: 权限逻辑处理
This commit is contained in:
@@ -3,7 +3,7 @@ const equipmentControl = {
|
||||
path: '/equipmentControl',
|
||||
name: 'EquipmentControl',
|
||||
meta: { title: '设备群控', icon: 'dicizhishou', index: 4 },
|
||||
redirect: { name: 'homeIndex' },
|
||||
redirect: { name: 'LightManage' },
|
||||
children: [
|
||||
{
|
||||
path: 'lightManage',
|
||||
|
@@ -3,7 +3,7 @@ const equipment = {
|
||||
path: '/equipmentManage',
|
||||
name: 'EquipmentManage',
|
||||
meta: { title: '设备管理', icon: 'dicizhishou', index: 1 },
|
||||
redirect: { name: 'homeIndex' },
|
||||
redirect: { name: 'Ledger' },
|
||||
children: [
|
||||
{
|
||||
path: 'ledger',
|
||||
|
@@ -10,7 +10,7 @@ const home = {
|
||||
name: 'homeIndex',
|
||||
meta: { title: '首页', hideChildren: true, icon: 'dicizhishou' },
|
||||
component: () => import('/@/view/developing.vue'),
|
||||
redirect: { name: 'homeIndex' },
|
||||
// redirect: { name: 'homeIndex' },
|
||||
// children: [
|
||||
// {
|
||||
// path: 'index',
|
||||
|
Reference in New Issue
Block a user