|
@@ -90,6 +90,9 @@ export default {
|
|
|
...globalMapState(["user"]),
|
|
|
// ...mapState(["exam"])
|
|
|
},
|
|
|
+ created() {
|
|
|
+ this.$Message.destroy(); // 避免极端情况下,心跳过期的错误消息
|
|
|
+ },
|
|
|
async mounted() {
|
|
|
window._hmt.push(["_trackEvent", "考试结束页面", "进入页面"]);
|
|
|
const examRecordDataId = this.$route.params.examRecordDataId;
|