src/router/index.js
@@ -82,13 +82,15 @@
    //评估数据源
    name: 'fyspDatasource',
    path: '/fysp/evaluation/datasource',
    component: () => import('@/views/fysp/evaluation/DataSource.vue')
    component: () => import('@/views/fysp/evaluation/DataSource.vue'),
    meta: { keepAlive: true }
  },
  {
    //评估管理
    name: 'fyspResultManage',
    path: '/fysp/evaluation/resultManage',
    component: () => import('@/views/fysp/evaluation/ResultManage.vue')
    component: () => import('@/views/fysp/evaluation/ResultManage.vue'),
    meta: { keepAlive: true }
  },
  {
    //场景信息