提交 5f32852c 编写于 作者: J Jason

菜单改动

上级 5197166c
......@@ -30,9 +30,21 @@ export class MainComponent implements OnInit {
icon: 'api',
children: [
{
title: '通道管理',
title: '所有设备',
router: 'device'
},
{
title: '地图模式',
router: 'device-map'
},
{
title: '报警消息',
router: 'device-alarm'
},
{
title: '操作日志',
router: 'device-log'
},
]
},
{
......@@ -58,21 +70,33 @@ export class MainComponent implements OnInit {
title: '模型管理',
router: 'model'
},
{
title: '元件管理',
router: 'element'
},
{
title: '协议管理',
router: 'adapter'
},
]
},
{
title: '系统设置',
title: '设置',
icon: 'setting',
open: false,
children: [
{
title: '管理插件',
router: 'plugin'
title: '设置',
router: 'setting'
},
{
title: '系统配置',
router: 'setting'
}
title: '数据备份',
router: 'backup'
},
{
title: '系统日志',
router: 'logs'
},
]
}
];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册