Jeecg-boot/jeecg-uniapp-master/pages-config/globalStyle.json

14 lines
449 B
JSON
Raw Normal View History

2024-10-20 14:28:53 +00:00
/* /// Pages-Tool: 该文件是pages-tool插件的配置文件根据pages-config.json的配置,本文件的内容可能合并到pages.json*/
{
"globalStyle": {
"mp-alipay": {
/* */
"transparentTitle": "always",
"allowsBounceVertical": "NO"
},
"navigationBarBackgroundColor": "#0081ff",
"navigationBarTitleText": "JEECG BOOT",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}