feat:修改文件上传,白板关闭不影响其他用户等

This commit is contained in:
leilei
2025-11-10 17:55:52 +08:00
parent df359d01cc
commit 6fbe53009c
23 changed files with 17128 additions and 1623 deletions

View File

@@ -54,7 +54,7 @@ async function joinWhiteboard() {
try {
const clientId = `whiteboard-${uuidv4()}`;
await mqttClient.connect(clientId);
console.log("✅ 已连接 MQTT:", clientId);
// console.log("✅ 已连接 MQTT:", clientId);
hasJoined.value = true;