@@ -42,7 +42,7 @@ export default {
getStudentPaper() {
var url =
DATA_PROCESS_API +
- "/studentPapers/" +
+ "/studentPapers/check/" +
this.studentPaperId +
"/" +
this.examType;