cqf
2022-05-19 6d2492004f8fe31f606399c01d4fd420f1064fc5
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: '' }
            },
          ]
      }
]