refs #921 Unbind streaming notification after destroyed
This commit is contained in:
parent
5201a65b9f
commit
c4055095c7
|
@ -50,6 +50,9 @@ export default {
|
|||
created() {
|
||||
this.initialize()
|
||||
},
|
||||
destroyed() {
|
||||
this.$store.dispatch('GlobalHeader/unbindUserStreamings')
|
||||
},
|
||||
methods: {
|
||||
activeRoute() {
|
||||
return this.$route.path
|
||||
|
|
Loading…
Reference in New Issue