Compare commits

..

5 Commits

1 changed files with 32 additions and 30 deletions

View File

@ -714,8 +714,9 @@ const closeDialog = () => {
// im
const msgHandle = (msg) => {
const { type, data } = msg
switch(type) {
if (typeof msg === 'object'){
const { head, content, ...other } = msg
switch(head) {
case MsgEnum.HEADS.MSG_closed: // :
window.close() //
break
@ -746,6 +747,7 @@ const msgHandle = (msg) => {
// }
// break
}
}
}
const reloadTimer = ref(0); // id