forked from github/dataease
Merge pull request #6043 from dataease/pr@dev@fix_websocket_base_url
fix: websocket基础url
This commit is contained in:
commit
b70b22dbb7
@ -4,7 +4,7 @@ import Stomp from 'stompjs'
|
||||
import store from '@/store'
|
||||
class DeWebsocket {
|
||||
constructor() {
|
||||
this.ws_url = '/websocket'
|
||||
this.ws_url = `${process.env.VUE_APP_BASE_API}websocket`
|
||||
this.client = null
|
||||
this.channels = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user