更改下单页面

This commit is contained in:
魏啾
2024-05-31 17:26:02 +08:00
parent 65be66ba91
commit def9db0884
5 changed files with 870 additions and 147 deletions

View File

@@ -124,12 +124,12 @@ class webSocketUtils {
//开启心跳检测
start(data) {
console.log('开启心跳检测',data)
// this.heartbeatInterval = setInterval(() => {
// this.send({
// data: '心跳检测',
// type: 'jc',
// });
// }, this.timeout);
this.heartbeatInterval = setInterval(() => {
// this.send({
// data: '心跳检测',
// type: 'jc',
// });
}, this.timeout);
}
//重新连接
reconnect() {