侧边栏顺序调整
This commit is contained in:
parent
37a81de2ce
commit
e74fce268e
@ -43,16 +43,14 @@ import { reactive } from 'vue';
|
|||||||
|
|
||||||
const list = reactive([
|
const list = reactive([
|
||||||
{
|
{
|
||||||
path: '',
|
path: '/monitor',
|
||||||
label: '系统管理',
|
label: '监控',
|
||||||
icon: 'dataset',
|
icon: 'computer',
|
||||||
children: [
|
},
|
||||||
{
|
{
|
||||||
path: '/sysManage/user',
|
path: '/alarmList',
|
||||||
label: '用户管理',
|
label: '报警列表',
|
||||||
icon: 'manage_accounts',
|
icon: 'access_alarm',
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
@ -92,14 +90,16 @@ const list = reactive([
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/monitor',
|
path: '',
|
||||||
label: '监控',
|
label: '系统管理',
|
||||||
icon: 'computer',
|
icon: 'dataset',
|
||||||
},
|
children: [
|
||||||
{
|
{
|
||||||
path: '/alarmList',
|
path: '/sysManage/user',
|
||||||
label: '报警列表',
|
label: '用户管理',
|
||||||
icon: 'access_alarm',
|
icon: 'manage_accounts',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user