1.找到app.json文件,找到window配置项
可以配置导航栏的选项有:
"navigationBarBackgroundColor":#F6F6F6 // 导航栏的背景颜色
"navigationBarTextStyle":"white" // 导航栏的标题颜色,只支持balck 或者 white
"navigationBarTitleText":"导航栏标题内容" // 导航栏的标题
"navigationStyle":"custom" // 导航栏的样式,只能default 或者 custom, 如果设置为custom,那么就会去掉默认导航栏
原文地址:https://www.cnblogs.com/luguankun/p/10350012.html
时间: 2024-11-06 03:54:14