1,如下,让红框中的信息消失掉 解决方案:在<script>标签里面添加如下两行代码即可 Vue.config.devtools=false; Vue.config.productionTip=false; 2,