{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/grid/grid",
"pages/demo/demo",
"pages/apis/apis",
"pages/images/images"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"requiredPrivateInfos": [
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Weixin",
"navigationBarBackgroundColor": "#ffffff"
},
"tabBar": {
"position": "bottom",
"color": "#999",
"selectedColor": "#00ffff",
"backgroundColor": "#000",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "./images/01.png",
"selectedIconPath": "./images/01.png"
},
{
"pagePath": "pages/grid/grid",
"text": "视频",
"iconPath": "./images/01.png",
"selectedIconPath": "./images/01.png"
},
{
"pagePath": "pages/demo/demo",
"text": "测试",
"iconPath": "./images/01.png",
"selectedIconPath": "./images/01.png"
},
{
"pagePath": "pages/apis/apis",
"text": "测试",
"iconPath": "./images/01.png",
"selectedIconPath": "./images/01.png"
},
{
"pagePath": "pages/images/images",
"text": "图片上传",
"iconPath": "./images/01.png",
"selectedIconPath": "./images/01.png"
}
]
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}