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