From 5e13af047fdb41ad81623fa74d7eedfb4b36f311 Mon Sep 17 00:00:00 2001
From: "@jyuhsin" <729757837@qq.com>
Date: Thu, 18 Dec 2025 12:37:46 +0800
Subject: [PATCH] commit
---
.../components/plugins/sysSignature/pc.vue | 154 ++++++++++--------
.../views/layouts/v4/baseLayout.html | 5 +-
2 files changed, 86 insertions(+), 73 deletions(-)
diff --git a/src/main/resources/static/components/plugins/sysSignature/pc.vue b/src/main/resources/static/components/plugins/sysSignature/pc.vue
index 6afc4fd..b3801c7 100644
--- a/src/main/resources/static/components/plugins/sysSignature/pc.vue
+++ b/src/main/resources/static/components/plugins/sysSignature/pc.vue
@@ -1,96 +1,108 @@
-
-
-
扫描下方二维码进行签字
-
-
-
-
-
重签
-
-
+
+
+
扫描下方二维码进行签字
+
+
+
+
+
重签
+
+
diff --git a/src/main/resources/views/layouts/v4/baseLayout.html b/src/main/resources/views/layouts/v4/baseLayout.html
index c2f4a00..8bde804 100644
--- a/src/main/resources/views/layouts/v4/baseLayout.html
+++ b/src/main/resources/views/layouts/v4/baseLayout.html
@@ -168,7 +168,7 @@
this.isSubscribed = true
this.sendJoinMessage()
}
- }, 500)
+ }, 1000)
}
// 事件处理
@@ -202,6 +202,7 @@
// )
// 连接建立时不立即发送 join,等待订阅完成
this.ping()
+ console.log('websocket open success')
}
}
@@ -245,7 +246,7 @@
}
}, 500)
}
- }, 2000) // 延迟2秒重连
+ }, 1000) // 延迟2秒重连
}
// 窗口事件处理