ソースを参照

reactor:合并考试代码

zhangchong 1 週間 前
コミット
ebc5e963f4
1 ファイル変更0 行追加10 行削除
  1. 0 10
      src/router/route.ts

+ 0 - 10
src/router/route.ts

@@ -816,16 +816,6 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
 			isDynamic: true,
 		},
 	},
-	{
-		path: '/examTrain/exam/marking/mark/:examId/:tagsViewName/:isView?',
-		name: 'examTrainExamMarkingEdit',
-		component: () => import('@/views/examTrain/exam/marking/components/Exam-Marking.vue'),
-		meta: {
-			title: '阅卷',
-			isKeepAlive: true,
-			isDynamic: true,
-		},
-	},
 ];
 /**
  * 定义404、401界面