|
@@ -53,6 +53,11 @@ export default {
|
|
|
window.location.pathname.replace(/\d+/g, ""),
|
|
|
"学生端不是置顶状态",
|
|
|
]);
|
|
|
+ if (this.$route.name === "OnlineExamingHome") {
|
|
|
+ this.$http.post("/api/ecs_oe_student/examControl/switchScreen", {
|
|
|
+ examRecordDataId: this.$route.params.examRecordDataId,
|
|
|
+ });
|
|
|
+ }
|
|
|
return;
|
|
|
|
|
|
// const redirectUrl = sessionStorage.getItem("redirectUrl");
|