whyclj
2019-07-24 c9f8b9e09489e547734246140b4fd3635100fbb6
app/src/main/assets/apps/HelloH5/www/index.html
@@ -32,12 +32,6 @@
         }]
      });
      mui.plusReady(function() {
         var w=new Worker("js/coment/SocketClient.js");
         w.onmessage = function (event) {
            console.info(event+"###################################################");
          };
      });
   </script>