riku
5 天以前 f19e5267cc23b1c714dc746239864f33ed715dd9
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'
                      ),
                  },
                ]
              }
            ]
          },
@@ -220,7 +235,7 @@
                name: 'taskmanage',
                path: 'manage',
                component: () => import('@/views/fysp/task/TaskManage.vue'),
                meta: { keepAlive: true }
                meta: { keepAlive: false }
              },
              {
                //监管任务场景编辑
@@ -281,6 +296,13 @@
                path: 'evalutationRule',
                component: () =>
                  import('@/views/fysp/config/EvalutationRule.vue')
              },
              {
                //值域表管理
                name: 'domaincatalog',
                path: 'domaincatalog',
                component: () =>
                  import('@/views/fysp/config/DomainCatalog.vue')
              }
            ]
          },
@@ -386,6 +408,11 @@
        component: () => import('@/views/DocTest.vue')
      }
    ]
  },
  {
    name: 'pdfPreview',
    path: '/common/pdfPreview',
    component: () => import('@/views/common/PDFViewer.vue')
  }
];