Commit ca091f80 by 段启岩

添加声音

parent fff0c7ed
...@@ -236,6 +236,7 @@ ...@@ -236,6 +236,7 @@
title: '新消息', title: '新消息',
text: data.msgContent text: data.msgContent
}) })
new Audio('/sounds/message.mp3').play()
this.$store.commit('message/setUnReadCount', data.unReadCount) this.$store.commit('message/setUnReadCount', data.unReadCount)
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment