wlcb-miniapp-syzl/app.json
dong_bo0602 e330cfd092 all
2022-08-19 14:28:03 +08:00

62 lines
1.6 KiB
JSON

{
"pages":[
"pages/index/index",
"pages/caseReport/caseReport",
"pages/center/center",
"pages/caseList/caseList",
"pages/evaluate/evaluate",
"pages/caseHandle/caseHandle",
"pages/caseLog/caseLog",
"pages/intellect/intellect",
"pages/cityCommunity/cityCommunity",
"pages/knowledge/knowledge",
"pages/notice/notice",
"pages/hotPush/hotPush",
"pages/publicReport/publicReport",
"pages/reportList/reportList",
"pages/reportDetail/reportDetail",
"pages/reportHandle/reportHandle",
"pages/reportHandleDetail/reportHandleDetail",
"pages/fastPhone/fastPhone"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#118aff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle":"white"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"tabBar": {
"color": "#000",
"borderStyle": "black",
"selectedColor": "#fff",
"backgroundColor": "#1089f2",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/home.png",
"text": "首页",
"selectedIconPath": "images/home-on.png"
},
{
"pagePath": "pages/intellect/intellect",
"iconPath": "images/ask.png",
"text": "智能咨询",
"selectedIconPath": "images/ask-on.png"
},
{
"pagePath": "pages/center/center",
"iconPath": "images/center.png",
"text": "我的",
"selectedIconPath": "images/center-on.png"
}
]
}
}