shj
2022-05-19 5edf462fd0028cd37b5c464002a4641d7af08dd2
src/router/index.js
@@ -486,6 +486,14 @@
                  component: () => import('@/views/chartAnalysis'),
                  meta: { title: '隐患图表分析', icon: '' }
              },
              {
                id: 13,
                parentId: 0,
                path: '/careabout',
                name: '您关注的隐患',
                component: () => import('@/views/careabout'),
                meta: { title: '您关注的隐患', icon: '' }
            },
          ]
      }
]