This commit is contained in:
caozehui
2025-10-15 09:59:10 +08:00
parent 045acfa061
commit 2a8757c9f1
2 changed files with 3 additions and 3 deletions

View File

@@ -190,8 +190,8 @@ export default class SocketService {
* WebSocket连接配置 * WebSocket连接配置
*/ */
private config: SocketConfig = { private config: SocketConfig = {
// url: 'ws://127.0.0.1:7777/hello', url: 'ws://127.0.0.1:7777/hello',
url: 'ws://192.168.1.124:7777/hello', // url: 'ws://192.168.1.124:7777/hello',
heartbeatInterval: 9000, // 9秒心跳间隔 heartbeatInterval: 9000, // 9秒心跳间隔
reconnectDelay: 5000, // 5秒重连延迟 reconnectDelay: 5000, // 5秒重连延迟
maxReconnectAttempts: 5, // 最多重连5次 maxReconnectAttempts: 5, // 最多重连5次

View File

@@ -304,7 +304,7 @@ watch(
setLogList('error', newValue.data) setLogList('error', newValue.data)
break break
case 25003: case 25003:
ElMessageBox.alert('录波对齐失败!', { ElMessageBox.alert('录波数据异常!', {
confirmButtonText: '确定', confirmButtonText: '确定',
type: 'error' type: 'error'
}) })