小程序 app.json

Posted 魏文塔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小程序 app.json相关的知识,希望对你有一定的参考价值。

{
"pages":[
"pages/index/index",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black",
"enablePullDownRefresh": "true"
},
"tabBar":{
"color":"#ddd",
"selectedColor": "red",
"backgroundColor": "#f2f2f2",
"borderStyle": "white",
"list":[{
"pagePath":"pages/index/index",
"text":"首页",
"iconPath":"imges/home.png",
"selectedIconPath": "images/home-fill.png"
},{
"pagePath": "pages/logs/logs",
"text": "商品",
"iconPath": "images/sale.png",
"selectedIconPath": "images/sale-fill.png"
}]
}
}






























以上是关于小程序 app.json的主要内容,如果未能解决你的问题,请参考以下文章

微信小程序 APP.json报错 不知道怎么改?

小程序app.json windows边框怎么设置

小程序常用属性app.json

微信小程序全局配置app.json

小程序基础02:小程序的全局配置

微信小程序JSON配置