智慧保安考试系统
zhongrj
2023-08-31 ae65e215975ea5fec83e24a35583992d93c5d1c2
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)) {