src/router/index.js
@@ -208,6 +208,21 @@ ] }, ] }, { name: 'dataProdFinal', path: 'final', children: [ { // 最终产品-巡查月度简报 name: 'MonInspecReport', path: 'monInspecReport', component: () => import( '@/views/fysp/data-product/final-data-product/ProdMonInspecReport.vue' ), }, ] } ] },