chore
This commit is contained in:
@@ -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),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user