订单详情完善
This commit is contained in:
@@ -78,7 +78,7 @@ const useWebSocket = (options = {}) => {
|
||||
isConnected.value = true;
|
||||
reconnectAttempts.value = 0;
|
||||
// 监听初始化成功在开启心跳
|
||||
startHeartbeat();
|
||||
// startHeartbeat();
|
||||
},
|
||||
fail: () => {
|
||||
console.error('WebSocket 连接失败,尝试重连');
|
||||
|
||||
Reference in New Issue
Block a user