mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
fix: websocket基础url
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user