night-cherry 1 месяц назад
Родитель
Сommit
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");