src/views/startexam/index.vue
@@ -211,6 +211,8 @@ created() { var useInfo = this.$store.state.exam.examUserData; var scoreType = this.$store.state.exam.scoreType if (useInfo.isExam == 3) { window.name = "first"; this.first = false; @@ -225,6 +227,10 @@ } } if(scoreType==1){ this.first = false; } const examInfo = this.$route.params.id; if (isNotEmpty(examInfo)) {