再次提交

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

@ -63,7 +63,7 @@ export default {
var that = this;
console.log(this.jsondata);
invoke("sendtoportAndgetreturn",{data:this.jsondata,datatype:"json"}).then((message) => {
invoke("sendtoport_andgetreturn",{data:this.jsondata,datatype:"json"}).then((message) => {
that.greetMsg = message;
that.jsonoutdata = JSON.parse(message.content);
console.log(message);