安装手机端调试工具vConsole

在public里面的index.html中header插入以下代码

	<script src="http://wechatfe.github.io/vconsole/lib/vconsole.min.js?v=3.2.0"></script>

下面添加js代码

<script type="text/javascript">
	  let vConsole = new VConsole();
</script>

就是这么简单,完毕!效果如下

在这里插入图片描述
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/qq_40969782/article/details/113175957