@@ -17,7 +17,7 @@ export const useRenderMenuItem = () =>
if (currentSource === 'zhly') {
return (
!v.meta?.hidden &&
- ['智慧连油', '连油监控', '监控查询', '视频告警', '分屏管理'].includes(v.meta?.title)
+ ['智慧连油', '连油11监控', '监控查询', '视频告警', '分屏管理','告警配置'].includes(v.meta?.title)
)
} else {
return !v.meta?.hidden