木邻有你前端代码仓库
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.
 
 
 

102 lines
2.5 KiB

{
"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",
"my/signupSuccess"
]
}
],
"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/主页.png",
"selectedIconPath": "static/主页_点击.png"
},
{
"pagePath": "pages/index/shop",
"text": "商城",
"iconPath": "static/商城.png",
"selectedIconPath": "static/商城_点击.png"
},
{
"pagePath": "pages/index/activity",
"text": "活动",
"iconPath": "static/活动.png",
"selectedIconPath": "static/活动_点击.png"
},
{
"pagePath": "pages/index/community",
"text": "社区",
"iconPath": "static/社区.png",
"selectedIconPath": "static/社区_点击.png"
},
{
"pagePath": "pages/index/my",
"text": "我的",
"iconPath": "static/我的.png",
"selectedIconPath": "static/我的_点击.png"
}
]
},
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": [
"subPages"
]
}
},
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于定位"
}
},
"usingComponents": {
"global-popup": "/pages/components/GlobalPopup"
}
}