H5-移动端调试
1.在HTML中引入并实例化vconsole库
```html
<script src="https://pub.wellsign.cn/jslib/vconsole.min.js"></script>
<script> var vConsole = new window.VConsole() </script>
```
2.查看vconsole中网络请求

