| | |
| | | this.stu_torgname = getCookie('stu_torgname') === '' ? '系统管理员' : getCookie('stu_torgname') |
| | | }, |
| | | mounted() { |
| | | this.getHubConnectionBuilder() |
| | | // this.getHubConnectionBuilder() |
| | | }, |
| | | computed: { |
| | | ...mapGetters([ |
| | |
| | | this.$store.dispatch('app/toggleSideBar') |
| | | }, |
| | | async logout() { |
| | | await this.signalr.stop() |
| | | this.signalr.off('SendCustomUserMessage') |
| | | // await this.signalr.stop() |
| | | // this.signalr.off('SendCustomUserMessage') |
| | | await this.$store.dispatch('user/logout') |
| | | this.$message.success('退出成功!') |
| | | this.$router.push(`/login`) |