uni-app中去掉 顶部导航栏(标题)部分
在page.json中
关闭所有页面的顶部导航栏
"globalStyle": {
"navigationStyle":"custom",
},
关闭某个页面的顶部导航栏
,{
"path" : "pages/index/webview",
"style": {
"navigationStyle":"custom"
}
}
在page.json中
关闭所有页面的顶部导航栏
"globalStyle": {
"navigationStyle":"custom",
},
关闭某个页面的顶部导航栏
,{
"path" : "pages/index/webview",
"style": {
"navigationStyle":"custom"
}
}