This commit is contained in:
zhangxuelin 2024-12-12 16:37:51 +08:00
parent b906a1e688
commit c7ebc6de65
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ const msgHandle = (msg) => {
switch(head) {
case MsgEnum.HEADS.MSG_closed: // :
window.close() //
break
break
case MsgEnum.HEADS.MSG_finishHomework: // :
const data = JSON.parse(localStorage.getItem('teachClassWorkItem'));
openDialog(data, false);