更新任务列表等

This commit is contained in:
24kycj
2024-11-09 14:41:39 +08:00
parent 343822e81e
commit 10ec7b1ba0
9 changed files with 323 additions and 114 deletions
+9 -1
View File
@@ -6,7 +6,15 @@
<script>
export default {
name: 'App'
name: 'App',
mounted() {
if (this.$store.getters.token) {
this.$store.dispatch('chat/initWebSocket') // 初始化websocket
}
},
methods: {
}
}
</script>
<style lang="scss">