【求助】autoBackButton配置为false不生效
问题描述:autoBackButton设置为false未能隐藏返回按钮
期望效果:当前页隐藏头部返回按钮
HBuilderX 版本:2.6.16
配置:
"style": {
    "navigationBarTitleText": "xxx",
    "app-plus": {
        "titleNView": {
            "autoBackButton": false
         },
         "bounce": "none"
     }
}
 
                            