forked from github/dataease
fix: websocket基础url
This commit is contained in:
parent
0e74b654e9
commit
d02fb3ac5c
@ -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