|
@@ -108,7 +108,7 @@ import {
|
|
studentSubjectiveConfirmData,
|
|
studentSubjectiveConfirmData,
|
|
saveStudentSubjectiveConfirmData,
|
|
saveStudentSubjectiveConfirmData,
|
|
} from "@/api/checkPage";
|
|
} from "@/api/checkPage";
|
|
-import { updateUISetting } from "@/api/markPage";
|
|
|
|
|
|
+import { doLogout, updateUISetting } from "@/api/markPage";
|
|
import { store } from "@/store/store";
|
|
import { store } from "@/store/store";
|
|
import MarkTool from "../mark/MarkTool.vue";
|
|
import MarkTool from "../mark/MarkTool.vue";
|
|
import MarkBody from "./MarkBody.vue";
|
|
import MarkBody from "./MarkBody.vue";
|
|
@@ -145,7 +145,7 @@ onMounted(async () => {
|
|
});
|
|
});
|
|
|
|
|
|
const logout = () => {
|
|
const logout = () => {
|
|
- window.history.go(-1);
|
|
|
|
|
|
+ doLogout();
|
|
};
|
|
};
|
|
|
|
|
|
async function getNextStudent() {
|
|
async function getNextStudent() {
|