mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-03-13 11:20:42 +08:00
提示用户已加载页面
This commit is contained in:
parent
4030ff43cd
commit
2d237af6fd
@ -43,6 +43,11 @@ export default {
|
||||
created() {
|
||||
this.updateConfig()
|
||||
this.wsConnect()
|
||||
// 提示用户已加载
|
||||
this.$message({
|
||||
message: 'Loaded',
|
||||
duration: '500'
|
||||
})
|
||||
},
|
||||
beforeDestroy() {
|
||||
this.isDestroying = true
|
||||
|
Loading…
Reference in New Issue
Block a user