餐饮油烟智能监测与监管一体化平台
riku
2026-03-17 45c217996d025d256fdd0ed5cb744750e68dd36d
src/router/index.js
@@ -75,9 +75,25 @@
              component: () => import('@/views/inspection/task/TaskManage.vue'),
            },
            {
              name: 'monitorObjEdit',
              path: 'monitorObjEdit',
              component: () => import('@/views/inspection/task/MonitorObjEdit.vue'),
            },
            {
              name: 'monitorPlanEdit',
              path: 'monitorPlanEdit',
              component: () => import('@/views/inspection/task/MonitorPlanEdit.vue'),
            },
            {
              name: 'scene-info',
              path: 'scene-info',
              component: () => import('@/views/inspection/scene/SceneInfo.vue'),
              component: () => import('@/views/inspection/scenenew/UserInfo.vue'),
            },
            {
              //账户编辑
              name: 'scene-info-edit',
              path: 'scene-info-edit/:userId',
              component: () => import('@/views/inspection/scenenew/UserEdit.vue'),
            },
            {
              name: 'pro-check',
@@ -89,6 +105,11 @@
              path: 'report-manage',
              component: () => import('@/views/inspection/report/ReportManage.vue'),
            },
            {
              name: 'monitor-control',
              path: 'monitor-control',
              component: () => import('@/views/inspection/MonitorControl.vue'),
            },
          ],
        },
        {
@@ -98,7 +119,7 @@
            {
              name: 'auto-evalution',
              path: 'auto-evalution',
              component: () => import('@/views/analysis/evalution/AutoEvalution.vue'),
              component: () => import('@/views/analysis/evalution/EvalutationRecord.vue'),
            },
            {
              name: 'huanxincode-manage',