This commit is contained in:
yangsy
2025-08-26 14:01:53 +08:00
parent 0098750698
commit a75c8edacc

View File

@@ -42,7 +42,7 @@ const menuOptions = ref<MenuOption[]>([
icon: renderIcon(HomeFilled),
},
{
label: () => h(RouterLink, { to: '/device' }, { default: () => '实时设备状态' }),
label: () => h(RouterLink, { to: '/device' }, { default: () => '设备诊断数据' }),
key: '/device',
icon: renderIcon(VideoCameraFilled),
},