前端显示通知

pull/23/head
taoshihan1991 4 years ago
parent ea9f642b8d
commit 7f4c16077b

@ -71,7 +71,10 @@ new Vue({
content.time = msg.time;
this.msgList.push(content);
//this.saveHistory(content);
notify(msg.name, {
body: msg.content,
icon: msg.avator
});
this.scrollBottom();
flashTitle();//标题闪烁
clearInterval(this.timer);

Loading…
Cancel
Save