再次提交

This commit is contained in:
2024-08-21 14:19:40 +08:00
parent fb3257bb75
commit 6d47134dac
46 changed files with 1170 additions and 468 deletions

View File

@ -46,7 +46,7 @@ export default {
data: Command,
datatype: "json"
}
let message = await invoke("sendtoportAndgetreturn", data);
let message = await invoke("sendtoport_andgetreturn", data);
this.Devinfo = JSON.parse(message.content);
},