You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

70 lines
1.7 KiB

{
"pages": [
"pages/index/index",
"pages/calendar/calendar",
"pages/look/look",
"pages/calculation/calculation",
"pages/ucenter/ucenter",
"pages/message/message",
"pages/look-list/look-list",
"pages/look-detail/look-detail",
"pages/history/history",
"pages/air-report/air-report",
"pages/auth/auth",
"pages/feasibility-study/feasibility-study",
"pages/periodic-report/periodic-report",
"pages/special-research/special-research",
"pages/land-promotion/land-promotion",
"pages/suggestion/suggestion",
"pages/about/about",
"pages/calculation-detail/calculation-detail"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"tabBar": {
"custom": true,
"color": "#000000",
"selectedColor": "#000000",
"backgroundColor": "#000000",
"list": [
{
"pagePath": "pages/calendar/calendar",
"text": "日历"
},
{
"pagePath": "pages/look/look",
"text": "看地"
},
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/calculation/calculation",
"text": "测算"
},
{
"pagePath": "pages/ucenter/ucenter",
"text": "我的"
}
]
},
"usingComponents": {
"mp-navigation-bar": "weui-miniprogram/navigation-bar/navigation-bar"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"useExtendedLib": {
"weui": true
}
}