修复了User无法登录的bug

This commit is contained in:
CakeCN
2025-09-03 17:17:14 +08:00
parent fd6e12528c
commit a0dd8cd234
9 changed files with 55 additions and 54 deletions

View File

@@ -6,7 +6,7 @@ document.addEventListener('DOMContentLoaded', function() {
console.log(data);
socket = io('ws://localhost:5551/agent',{
query:{
username:data.username,
user_uuid:data.user_uuid,
folder:data.folder
}
});