更新了一些功能(媒体预览有bug)
This commit is contained in:
@@ -9,7 +9,8 @@ export function useWebSocket() {
|
||||
try {
|
||||
chatStore.connectionStatus = "connecting"
|
||||
|
||||
const wsUrl = "ws://g-ws.nailaoyun.cn/ws"
|
||||
// const wsUrl = "ws://g-ws.nailaoyun.cn/ws"
|
||||
const wsUrl = "ws://127.0.0.1:12080/ws"
|
||||
console.log("连接WebSocket:", wsUrl)
|
||||
|
||||
chatStore.socket = new WebSocket(wsUrl)
|
||||
|
||||
Reference in New Issue
Block a user