night-cherry hai 1 mes
pai
achega
de9fdf428d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -91,7 +91,7 @@ const app=createApp({
     request.onload=function(){
       console.log("parse tomcat server string");
       const res=JSON.parse(request.responseText);
-      this.tomcat_res=res["message"];
+      this.tomcat_res=res.message;
       console.log("res:"+res);
       console.log("tomcat_res"+tomcat_res);
     };