소스 검색

tomcat_res

night-cherry 1 개월 전
부모
커밋
9fc8a5c6c6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      index.js

+ 1 - 0
index.js

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