1、在pages.json页面配置导航栏 autoBackButton 属性 2、autoBackButton:false 无效的 可以在需要去除导航返回的那个页面 mounted 钩子里加上如下代码段: //去掉项部的返回按钮var a = document.getElementsByClassName('uni-page-head-hd')[0]a.style.display = 'none';