{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/index/shop",
|
|
"pages/index/activity",
|
|
"pages/index/community",
|
|
"pages/index/my"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "subPages",
|
|
"pages": [
|
|
"index/announcement",
|
|
"login/login",
|
|
"login/userInfo",
|
|
"index/announcementDetail",
|
|
"index/ranking",
|
|
"index/volunteerApply",
|
|
"index/organizationIntroduction",
|
|
"index/activityCalendar",
|
|
"index/activityDetail",
|
|
"shop/goodsDetail",
|
|
"shop/pointsDetail",
|
|
"community/publishPost",
|
|
"my/activityFavorites",
|
|
"my/myProfile",
|
|
"my/myRegistrations",
|
|
"my/myActivityDetail",
|
|
"my/exchangeRecord",
|
|
"my/exchangeDetail",
|
|
"my/productFavorites",
|
|
"my/activityCheckin",
|
|
"my/checkinCode"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#1488DB",
|
|
"backgroundColor": "#218CDD"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#2E66F4",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "主页",
|
|
"iconPath": "static/组件 7 – 4@2x.png",
|
|
"selectedIconPath": "static/组件 4 – 4@2x.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/index/shop",
|
|
"text": "商城",
|
|
"iconPath": "static/组件 309 – 2@2x.png",
|
|
"selectedIconPath": "static/组件 7 – 4@2x.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/index/activity",
|
|
"text": "活动",
|
|
"iconPath": "static/组件 302 – 4@2x.png",
|
|
"selectedIconPath": "static/组件 7 – 4@2x.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/index/community",
|
|
"text": "社区",
|
|
"iconPath": "static/组件 68 – 1@2x.png",
|
|
"selectedIconPath": "static/组件 7 – 4@2x.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/index/my",
|
|
"text": "我的",
|
|
"iconPath": "static/组件 4 – 4@2x.png",
|
|
"selectedIconPath": "static/组件 7 – 4@2x.png"
|
|
}
|
|
]
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation",
|
|
"chooseLocation"
|
|
],
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于定位"
|
|
}
|
|
},
|
|
"usingComponents": {}
|
|
}
|