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