This commit is contained in:
linfso 2025-07-08 18:55:53 +08:00
parent f92a19ec66
commit 519d7b61e1

View File

@ -162,9 +162,7 @@ export default {
return;
}
// this.playTone();
console.log("==>=onMessage==>",evt);
var messageBody = evt.title;
let noticeId= evt.noticeId;
@ -192,6 +190,10 @@ export default {
// this.addReadTimes
// Notification.closeAll();
that.setAddReadTimes(noticeId);
that.$router.push({
path: evt.clickPath,
});
},
});