uniapp條件編譯以及H5去掉頂部導航欄
目的: 生成h5頁面時,去掉頂部丑丑的頂部導航欄
代碼:
// #ifdef H5
{
"path": "pages/H5/detail",
"style": {
"app-plus": {
"titleNView": false
},
"navigationBarTitleText":"詳情"
}
}
// #endif
給整個app 隱藏 可以在globalStyle 下 配置一個style "app-plus": {"titleNView": false}
文章轉載至:https://www.juchengvi.com/looknews/105