md
This commit is contained in:
parent
f92a19ec66
commit
519d7b61e1
@ -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,
|
||||
});
|
||||
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user