Compare commits

..

No commits in common. "c5e71e6e7bbed2011a9c1f8bd8539bb91d4099fb" and "f75ab621d21ca94dba3db4875f4c21eab526f0d1" have entirely different histories.

1 changed files with 30 additions and 32 deletions

View File

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