"navigationStyle": "custom"(小程序和网页)
或
"path": "pages/index/index", //首页
"style": {
"app-plus": {
"titleNView": false //禁用原生导航栏
}
}
(APP,测试可用)
博客介绍了小程序和网页中 'navigationStyle' 设为 'custom' 的设置,以及 APP 里通过 'path' 指定首页,'style' 中 'app-plus' 下 'titleNView' 设为 false 来禁用原生导航栏的内容,且 APP 设置测试可用。
"navigationStyle": "custom"(小程序和网页)
或
"path": "pages/index/index", //首页
"style": {
"app-plus": {
"titleNView": false //禁用原生导航栏
}
}
(APP,测试可用)
1248
1万+

被折叠的 条评论
为什么被折叠?