syshxcx/app.json

85 lines
2.3 KiB
JSON
Raw Permalink Normal View History

2022-06-07 15:43:05 +08:00
{
"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"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#FF4949",
"navigationBarTitleText": "Weixin",
"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": "AI法律",
"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"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
}
}