Recently, in the development of H5, it is nested in the mobile phone app. If you want to see debugging information, alert popup is required. Some asynchronous operations will be affected, and the process will also be affected

By rewriting the console method through vconsole. js, the mobile debugging effect similar to wechat applet is realized, which is convenient to view the details of HTTP requests and browser cache information

< script SRC = "https://cdn.bootcdn.net/ajax/libs/vConsole/3.9.0/vconsole.min.js" > < / script > < script > / / init vConsole var vConsole = new VConsole(); console.log('Hello world'); </script>Copy the code