|
@@ -30,7 +30,7 @@ class HcSocket {
|
|
|
const { projectId, contractId, userId } = this.param
|
|
|
const { socket: socketUrl, clientId } = website
|
|
|
|
|
|
- const url = `${socketUrl}/blade-${clientId}/${projectId}/${contractId}/${userId}`
|
|
|
+ const url = `${socketUrl}/${clientId}/${projectId}/${contractId}/${userId}`
|
|
|
this.socket = new WebSocket(url)
|
|
|
|
|
|
this.socket.onopen = this.handleOpen.bind(this)
|