Merge pull request #9932 from dataease/pr@dev-v2_export_data

feat: 新增导出中心功能
This commit is contained in:
taojinlong 2024-05-29 10:43:57 +08:00 committed by GitHub
commit ee95ff144a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ export default {
if (stompClient !== null && stompClient != undefined && stompClient.connected) {
return
}
const socket = new SockJS('http://localhost:8100/websocket?userId=' + wsCache.get('user.uid'))
const socket = new SockJS(prefix + 'websocket?userId=' + wsCache.get('user.uid'))
stompClient = Stomp.over(socket)
const heads = {
userId: wsCache.get('user.uid')