餐饮油烟智能监测与监管一体化平台
feiyu02
2026-03-20 20cdb83586daabfb15fc056c4c97eb8e7ccaf928
src/router/index.js
@@ -110,6 +110,16 @@
              path: 'monitor-control',
              component: () => import('@/views/inspection/MonitorControl.vue'),
            },
            {
              name: 'punishment-manage',
              path: 'punishment-manage',
              component: () => import('@/views/inspection/PunishmentManage.vue'),
            },
            {
              name: 'complaint-manage',
              path: 'complaint-manage',
              component: () => import('@/views/inspection/ComplaintManage.vue'),
            },
          ],
        },
        {
@@ -119,7 +129,7 @@
            {
              name: 'auto-evalution',
              path: 'auto-evalution',
              component: () => import('@/views/analysis/evalution/EvalutationRecord.vue'),
              component: () => import('@/views/analysis/evalution/EvalutationTask.vue'),
            },
            {
              name: 'huanxincode-manage',
@@ -129,7 +139,7 @@
            {
              name: 'data-product',
              path: 'data-product',
              component: () => import('@/views/analysis/DataProduct.vue'),
              component: () => import('@/views/analysis/data-product/DataProduct.vue'),
            },
          ],
        },