@@ -110,8 +110,8 @@ export async function changeUserInfo(name: string, password?: string) {
/** 评卷用户退出 */
export function doLogout() {
- window.history.go(-1);
- // window.close();
+ // window.history.go(-1);
+ window.close();
}
/** 评卷用户选择分组 */
@@ -149,8 +149,6 @@ const logout = () => {
};
async function getNextStudent() {
- console.log(currentIndex);
-
if (isLast) return;
await updateTask(studentIds[currentIndex + 1]);