引入socket

This commit is contained in:
lulu
2018-10-23 16:07:51 +08:00
committed by Nova
parent 673e4a11b7
commit 9bedf5dccf
8 changed files with 59 additions and 29 deletions

View File

@@ -59,7 +59,6 @@ export default {
sideSelected: this.$route.path,
}
},
computed: {
...mapState([
'sideMenus',
@@ -71,7 +70,9 @@ export default {
'isLogin',
]),
},
mounted() {
},
methods: {
...mapMutations([
'updateRoute',