b2c538e0600a4e23c66aa5564f1eb48c729300c8..2dc51d684511e7dce1ebac0e98899782c56a6087
2024-05-24 xiangpei
Merge remote-tracking branch 'origin/master'
2dc51d 对比 | 目录
2024-05-24 xiangpei
菜单名称修改
9bde8c 对比 | 目录
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 }
      },
    ]
  },