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.
180 lines
4.8 KiB
180 lines
4.8 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/toRegister/toRegister",
|
|
"pages/heart/heart",
|
|
"pages/mine/mine",
|
|
"pages/association/association",
|
|
"pages/discussion/discussion",
|
|
"pages/toScan/toScan",
|
|
"pages/complete/complete",
|
|
"pages/formid/formid",
|
|
"pages/fromVirus/fromVirus",
|
|
"pages/register/register",
|
|
"pages/detail/detail",
|
|
"pages/fromVirus/detail/detail",
|
|
"pages/accept/accept",
|
|
"pages/gridLeaderRegister/gridLeaderRegister",
|
|
"pages/navigatetoApp/navigatetoApp"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "subpages/home",
|
|
"name": "home",
|
|
"pages": [
|
|
"pages/webview/webview",
|
|
"pages/agreement/agreement",
|
|
"pages/notice/notice",
|
|
"pages/consultation/consultation",
|
|
"pages/info/info",
|
|
"pages/noticeDetail/noticeDetail",
|
|
"pages/newsDetail/newsDetail"
|
|
]
|
|
},
|
|
{
|
|
"root": "subpages/changegrid",
|
|
"name": "changeGrid",
|
|
"pages": [
|
|
"pages/changeGrid/changeGrid"
|
|
]
|
|
},
|
|
{
|
|
"root": "subpages/association",
|
|
"name": "association",
|
|
"pages": [
|
|
"pages/joinassociation/joinassociation",
|
|
"pages/createassociation/createassociation",
|
|
"pages/associationMember/associationMember",
|
|
"pages/associationDetail/associationDetail",
|
|
"pages/inviteFriend/inviteFriend",
|
|
"pages/incomingVerify/incomingVerify",
|
|
"pages/unpassAssociation/unpassAssociation",
|
|
"pages/topicList/topicList",
|
|
"pages/addTopic/addTopic",
|
|
"pages/topicDetail/topicDetail",
|
|
"pages/replyOrRemark/replyOrRemark",
|
|
"pages/changeToIssue/changeToIssue"
|
|
]
|
|
},
|
|
{
|
|
"root": "subpages/heart",
|
|
"pages": [
|
|
"pages/heartDetail/heartDetail",
|
|
"pages/leaderboard/leaderboard",
|
|
"pages/myNews/myNews",
|
|
"pages/clockIn/clockIn",
|
|
"pages/volunteer/volunteer",
|
|
"pages/signed/signed",
|
|
"pages/refusedOrEndedDetail/refusedOrEndedDetail",
|
|
"pages/cancelDetail/cancelDetail"
|
|
]
|
|
},
|
|
{
|
|
"root": "subpages/discussion/",
|
|
"name": "discussion",
|
|
"pages": [
|
|
"pages/addIssue/addIssue",
|
|
"pages/discussionDetail/discussionDetail",
|
|
"pages/publishEvaluation/publishEvaluation",
|
|
"pages/remarkOrReply/remarkOrReply",
|
|
"pages/searchDiscussion/searchDiscussion",
|
|
"pages/categoryList/categoryList"
|
|
]
|
|
},
|
|
{
|
|
"root": "subpages/mine",
|
|
"name": "mine",
|
|
"pages": [
|
|
"pages/eventDetail/eventDetail",
|
|
"pages/company/company",
|
|
"pages/companyInfo/companyInfo",
|
|
"pages/inviteRecord/inviteRecord",
|
|
"pages/gridManage/gridManage"
|
|
]
|
|
}
|
|
],
|
|
"preloadRule": {
|
|
"pages/index/index": {
|
|
"network": "all",
|
|
"packages": [
|
|
"subpages/changegrid",
|
|
"subpages/home"
|
|
]
|
|
},
|
|
"pages/discussion/discussion": {
|
|
"network": "all",
|
|
"packages": [
|
|
"discussion"
|
|
]
|
|
},
|
|
"pages/association/association": {
|
|
"network": "all",
|
|
"packages": [
|
|
"subpages/association"
|
|
]
|
|
},
|
|
"pages/mine/mine": {
|
|
"network": "all",
|
|
"packages": [
|
|
"mine"
|
|
]
|
|
}
|
|
},
|
|
"tabBar": {
|
|
"color": "#666666",
|
|
"selectedColor": "#FF0000",
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "images/home.png",
|
|
"selectedIconPath": "images/homeSelected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/discussion/discussion",
|
|
"text": "党群议事",
|
|
"iconPath": "images/discuss.png",
|
|
"selectedIconPath": "images/discussSelected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/association/association",
|
|
"text": "邻里党群",
|
|
"iconPath": "images/association.png",
|
|
"selectedIconPath": "images/association-select.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/heart/heart",
|
|
"text": "初心互助",
|
|
"iconPath": "images/mutual.png",
|
|
"selectedIconPath": "images/mutualSelected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的",
|
|
"iconPath": "images/mine.png",
|
|
"selectedIconPath": "images/mineSelected.png"
|
|
}
|
|
]
|
|
},
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "WeChat",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"networkTimeout": {
|
|
"request": 60000
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "党群e家将获取您的位置信息"
|
|
}
|
|
},
|
|
"navigateToMiniProgramAppIdList": [
|
|
"wx9f20a46906ab2c3e"
|
|
],
|
|
"sitemapLocation": "sitemap84.json",
|
|
"serviceProviderTicket": "BhBC8k6Lkgi+6uDaV2haUUUH7ZC81tEpXdNMtSxiPnrYRxkRxMu5f6gprJ5i+leAKUxHM1E5YWc3P9vtgTtu2BULafIVikYURVk="
|
|
}
|