liuyu
4 小时以前 82a74ba0402ab546ba524d23ce62198c4d00d2f7
1
2
3
4
5
6
7
8
9
10
11
import type { RouteRecordRaw } from 'vue-router';
 
/**
 * 考试阅卷可由后台菜单挂载:
 *   路由地址 /tms/examGrade
 *   页面地址 x/tms/examGrade/index
 * 答卷列表 / 阅卷页已挂 basicRoutes
 */
const tmsExamGradeRoutes: RouteRecordRaw[] = [];
 
export default tmsExamGradeRoutes;