This commit is contained in:
caozehui
2025-12-11 16:19:57 +08:00
parent e3cf570d39
commit ffb92c87cf
2 changed files with 2 additions and 1 deletions

View File

@@ -574,6 +574,7 @@
.form-three { .form-three {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
width: 100%;
// justify-content: space-between; // justify-content: space-between;
.el-form-item { .el-form-item {
display: flex; display: flex;

View File

@@ -190,7 +190,7 @@ export default class SocketService {
* WebSocket连接配置 * WebSocket连接配置
*/ */
private config: SocketConfig = { private config: SocketConfig = {
url: 'ws://127.0.0.1:7778/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秒重连延迟