取消pages页面的默认返回按钮
小于 1 分钟
--- title: 取消pages页面的默认返回按钮 category:
- 前端 tag:
- uniapp
取消pages页面的默认返回按钮



"pages": [{
"path" : "pages/search/search",
"style": {
"navigationBarTitleText": "搜索页",
"app-plus":{
"titleNView":{
"autoBackButton":"false",
"buttons":[{
"text":"取消",
"float":"right",
"fontSize":"36upx"
}],
"searchInput":{
"autoFocus":true,
"placeholder":"搜索糗事",
"borderRadius":"10upx",
"backgroundColor":"#F5F4F4"
}
},
"scrollIndicator":"none"
}
}
}
],