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.
149 lines
3.9 KiB
149 lines
3.9 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/mine/mine",
|
|
"pages/association/association",
|
|
"pages/discussion/discussion",
|
|
"pages/toRegister/toRegister",
|
|
"pages/toScan/toScan",
|
|
"pages/complete/complete",
|
|
"pages/formid/formid",
|
|
"pages/register/register",
|
|
"pages/detail/detail",
|
|
"pages/accept/accept",
|
|
"pages/gridLeaderRegister/gridLeaderRegister"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "subpages/home",
|
|
"name": "home",
|
|
"pages": [
|
|
"pages/webview/webview",
|
|
"pages/agreement/agreement",
|
|
"pages/notice/notice",
|
|
"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/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/inviteRecord/inviteRecord",
|
|
"pages/gridManage/gridManage"
|
|
]
|
|
},
|
|
{
|
|
"root": "subpages/integralCentre",
|
|
"name": "integralCentre",
|
|
"pages": [
|
|
"pages/index/index"
|
|
]
|
|
}
|
|
],
|
|
"preloadRule": {
|
|
"pages/index/index": {
|
|
"network": "all",
|
|
"packages": ["subpages/changegrid"]
|
|
},
|
|
"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/mine/mine",
|
|
"text": "我的",
|
|
"iconPath": "images/mine.png",
|
|
"selectedIconPath": "images/mineSelected.png"
|
|
}
|
|
]
|
|
},
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "WeChat",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"networkTimeout": {
|
|
"request": 6000
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "精致锦水将获取您的位置信息"
|
|
}
|
|
},
|
|
"sitemapLocation": "sitemap84.json"
|
|
}
|