mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
perf: websocket未登录状态禁止重连
This commit is contained in:
@@ -22,7 +22,7 @@ export default {
|
||||
}
|
||||
]
|
||||
function isLoginStatus() {
|
||||
return wsCache.get('user.token')
|
||||
return wsCache.get('user.token') && wsCache.get('user.uid')
|
||||
}
|
||||
|
||||
function connection() {
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 528b54e27d...ff5fe709c3
Reference in New Issue
Block a user