city_card/app.json
2023-07-15 14:25:28 +08:00

102 lines
2.8 KiB
JSON

{
"style": "v2",
"sitemapLocation": "sitemap.json",
"pages": [
"pages/index/index",
"pages/center/contact/contactDetail",
"pages/center/case/caseList",
"pages/center/case/caseLog",
"pages/center/case/caseHandle",
"pages/center/contact",
"pages/card/cardDetail",
"pages/card/cardList",
"pages/center/center",
"pages/neighbor/neighbor",
"pages/neighbor/circle/new",
"pages/neighbor/help/new",
"pages/neighbor/circle/circleList",
"pages/neighbor/circle/circleDetail",
"pages/neighbor/help/helpList",
"pages/neighbor/help/helpDetail",
"pages/law/law",
"pages/news/newsDetail",
"pages/news/newsList",
"pages/serve/orgDetail",
"pages/serve/serve",
"pages/serve/orgList",
"pages/serve/settle",
"pages/serve/newsList",
"pages/report/report",
"pages/talk/talkDetail",
"pages/talk/myTalk",
"pages/talk/talk",
"pages/talk/newTalk",
"pages/community/join/joinDetail",
"pages/community/join/select",
"pages/community/joinCommunity",
"pages/community/selectCommunity",
"pages/community/changeCommunity",
"pages/checkIn/checkInDetail",
"pages/checkIn/checkIn",
"pages/mine/myCard/myCard",
"pages/mine/myCardDetail/myCardDetail",
"pages/mine/otherCard/othercarddetail",
"pages/columnlist/columnlist",
"pages/serve/serviceDetail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#FF4949",
"navigationBarTitleText": "市域自治与互助",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#f55054",
"borderStyle": "black",
"list": [{
"text": "城市社区",
"pagePath": "pages/index/index",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-on.png"
},
{
"text": "便民知识",
"pagePath": "pages/law/law",
"iconPath": "images/law.png",
"selectedIconPath": "images/law-on.png"
},
{
"text": "热点推送",
"pagePath": "pages/neighbor/neighbor",
"iconPath": "images/neighbor.png",
"selectedIconPath": "images/neighbor-on.png"
},
{
"text": "我的",
"pagePath": "pages/center/center",
"iconPath": "images/my.png",
"selectedIconPath": "images/my-on.png"
}
]
},
"subPackages": [{
"root": "packagecard/",
"pages": [
"cardList/cardList",
"cardDetail/cardDetail",
"moments/publish/momentpublish",
"moments/edit/momentedit",
"moments/list/momentslist",
"moments/publish/momentpublishline",
"sharePage/sharePage",
"moments/list/momentsshowlist",
"moments/momentsdetail/momentsdetail",
"moments/showlist/showlist",
"sharePage/cardcode",
"common/corpperimg/cropperimg"
]
}]
}