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秒重连
}
// 窗口事件处理