|
@@ -94,6 +94,7 @@ const app=createApp({
|
|
|
this.tomcat_res=res.message;
|
|
|
console.log("res.message:"+res.message);
|
|
|
console.log("res:"+res);
|
|
|
+ console.log("res[\"message\"]:"+res["message"]);
|
|
|
console.log("tomcat_res"+tomcat_res);
|
|
|
};
|
|
|
request.open("POST","http://ancientapes.cc:8080/mineluxuries/book");
|