说明文档:https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html
例如配置一个底部的tab栏
{"pages": ["pages/index/index","pages/index2/index2","pages/list/list","pages/logs/logs"],"tabBar": {"color": "#999999","selectedColor": "#d81e06","list": [{"pagePath": "pages/index/index","text": "主页","iconPath": "/img/home.png","selectedIconPath": "/img/home-active.png"},{"pagePath": "pages/index2/index2","text": "订单","iconPath": "/img/order.png","selectedIconPath": "/img/order-active.png"},{"pagePath": "pages/list/list","text": "我的","iconPath": "/img/user.png","selectedIconPath": "/img/user-active.png"}]},"window": {"backgroundColor": "#fff","navigationBarBackgroundColor": "#fff","navigationBarTitleText": "Weixin","navigationBarTextStyle": "black","enablePullDownRefresh": true,"backgroundTextStyle": "dark"},"style": "v2","sitemapLocation": "sitemap.json"}

