md
This commit is contained in:
parent
f92a19ec66
commit
519d7b61e1
@ -162,9 +162,7 @@ export default {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log("==>=onMessage==>",evt);
|
||||||
|
|
||||||
// this.playTone();
|
|
||||||
|
|
||||||
var messageBody = evt.title;
|
var messageBody = evt.title;
|
||||||
let noticeId= evt.noticeId;
|
let noticeId= evt.noticeId;
|
||||||
@ -192,6 +190,10 @@ export default {
|
|||||||
// this.addReadTimes
|
// this.addReadTimes
|
||||||
// Notification.closeAll();
|
// Notification.closeAll();
|
||||||
that.setAddReadTimes(noticeId);
|
that.setAddReadTimes(noticeId);
|
||||||
|
that.$router.push({
|
||||||
|
path: evt.clickPath,
|
||||||
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user