night-cherry преди 1 месец
родител
ревизия
abae0eb2e5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      index.js

+ 1 - 1
index.js

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