@@ -83,6 +83,10 @@ export default {
const examId = this.$route.params.examId;
this.waitingNumber = 0;
const f = async () => {
+ if (this.$route.name !== "ExamingEnd") {
+ // 非成绩页,不在查询成绩
+ return;
+ }
try {
this.getResultTimes = this.getResultTimes + 1;
const examResult = (await this.$http.get(