mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
perf: chat websocket init
This commit is contained in:
@@ -89,6 +89,7 @@ export default {
|
||||
window.addEventListener('message', (event) => {
|
||||
if (event.data === 'show-chat-panel') {
|
||||
this.$refs.drawer.show = true
|
||||
this.initWebSocket()
|
||||
}
|
||||
})
|
||||
},
|
||||
|
Reference in New Issue
Block a user