14 lines
449 B
JSON
14 lines
449 B
JSON
|
/* /// 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"
|
|||
|
}
|
|||
|
}
|