fix:修改网关告警页面展示 添加电动门 修改页面问题

This commit is contained in:
zhaohy
2024-07-29 15:01:20 +08:00
parent 06ee0ec6a4
commit 7c1f120182
9 changed files with 518 additions and 28 deletions

View File

@@ -43,6 +43,25 @@ const equipmentControl = {
},
],
},
{
path: 'electricDoor',
name: 'electricDoor',
meta: { title: '电动门系统', hideChildren: true, icon: 'shebeiqunkong' },
component: Base,
redirect: { name: 'electricDoorIndex' },
children: [
{
path: 'index',
name: 'electricDoorIndex',
component: () => import('/@/view/equipmentControl/electricDoor/index.vue'),
meta: {
title: '电动门系统',
keepAlive: false,
// backApi: [],
},
},
],
},
],
};
export default equipmentControl;