feat:修改文件上传,白板关闭不影响其他用户等
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user