龚焕茏
2024-07-03 68b8ed3b4b7ddbb5fe113c1d7df3aa909dc66fb6
src/router.js
@@ -176,6 +176,12 @@
        meta: { title: '随机试卷', noCache: true }
      },
      {
        path: 'personalRandomTemplate/config',
        component: () => import('@/views/exam/personalRandomTemplate/config'),
        name: 'personalSimulationConfig',
        meta: { title: '随机试卷配置', noCache: true }
      },
      {
        path: 'personalRandomTemplate/edit',
        component: () => import('@/views/exam/personalRandomTemplate/edit'),
        name: 'personalSimulationEdit',
@@ -308,13 +314,19 @@
        path: 'list',
        component: () => import('@/views/answer/list'),
        name: 'AnswerPageList',
        meta: { title: '答卷列表', noCache: true }
        meta: { title: '答卷记录', noCache: true }
      },
      {
        path: 'sheetStatistics',
        component: () => import('@/views/answer/sheetStatistics.vue'),
        name: 'AnswerPageList',
        meta: { title: '答卷统计', noCache: true }
        meta: { title: '分数统计', noCache: true }
      },
      {
        path: 'dataStatistics',
        component: () => import('@/views/answer/dataStatistics.vue'),
        name: 'AnswerPageList',
        meta: { title: '分数统计(全)', noCache: true }
      },
      {
        path: 'achievementStatistics',
@@ -488,13 +500,13 @@
        path: 'departmentExamine/list',
        component: () => import('@/views/user/departmentExamine/list'),
        name: 'departmentExamineList',
        meta: { title: '调动审核', noCache: true }
        meta: { title: '调动提审记录', noCache: true }
      },
      {
        path: 'UserConditionExamine/list',
        component: () => import('@/views/user/UserConditionExamine/list'),
        name: 'UserConditionExamineList',
        meta: { title: '状态审核', noCache: true }
        meta: { title: '状态提审记录', noCache: true }
      },
    ]
  },
@@ -570,7 +582,7 @@
        path: 'sheetStatistics',
        component: () => import('@/views/answer/sheetStatistics.vue'),
        name: 'AnswerPageList',
        meta: { title: '答卷统计', noCache: true }
        meta: { title: '分数统计', noCache: true }
      },
    ]
  },