uniapp+vue3开发小程序过程中隐藏顶部导航栏和指定某页面去掉顶部导航栏方法
在page.json中
"globalStyle": {"navigationStyle":"custom",},
如果是指定某个页面关闭顶部导航栏,在style中添加"navigationStyle": "custom"
{"path" : "pages/index/index","style": {"navigationStyle":"custom"}}
uniapp+vue3开发小程序过程中隐藏顶部导航栏和指定某页面去掉顶部导航栏方法
在page.json中
"globalStyle": {"navigationStyle":"custom",},
如果是指定某个页面关闭顶部导航栏,在style中添加"navigationStyle": "custom"
{"path" : "pages/index/index","style": {"navigationStyle":"custom"}}