chore
This commit is contained in:
@@ -42,7 +42,7 @@ const menuOptions = ref<MenuOption[]>([
|
|||||||
icon: renderIcon(HomeFilled),
|
icon: renderIcon(HomeFilled),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: () => h(RouterLink, { to: '/device' }, { default: () => '实时设备状态' }),
|
label: () => h(RouterLink, { to: '/device' }, { default: () => '设备诊断数据' }),
|
||||||
key: '/device',
|
key: '/device',
|
||||||
icon: renderIcon(VideoCameraFilled),
|
icon: renderIcon(VideoCameraFilled),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user