当前位置:网站首页>Uni app disable native navigation bar

Uni app disable native navigation bar

2022-06-13 06:05:00 Jiuwujiuwu

"path": "pages/index/shopping",
"style": {
    
	"navigationBarTitleText": " Shopping Mall ",
	"navigationStyle":"custom",  // You can remove the top navigation on the applet side 
	"app-plus":{
    
		"titleNView":false   //  Get rid of APP、H5 Top navigation for 
	}
}

原网站

版权声明
本文为[Jiuwujiuwu]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202270557336333.html