xiangpei
2024-05-24 9bde8c60f4128e8c66886290cdeca052fda4d482
菜单名称修改
1个文件已修改
8 ■■■■ 已修改文件
src/router.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router.js
@@ -308,19 +308,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 }
        meta: { title: '分数统计(全)', noCache: true }
      },
      {
        path: 'achievementStatistics',
@@ -576,7 +576,7 @@
        path: 'sheetStatistics',
        component: () => import('@/views/answer/sheetStatistics.vue'),
        name: 'AnswerPageList',
        meta: { title: '人数分布', noCache: true }
        meta: { title: '分数统计', noCache: true }
      },
    ]
  },