123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "pages": [
- "pages/home/index",
- "pages/home/search/search",
- "pages/home/problem/problem",
- "pages/home/detail/detail",
- "pages/home/correction/correction",
- "pages/home/location/location",
- "pages/home/webView/webView",
- "pages/mine/mine"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "政务查询",
- "navigationBarTextStyle": "black"
- },
- "usingComponents": {},
- "tabBar": {
- "custom": true,
- "color": "#999999",
- "selectedColor": "#5674F0",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/home/index",
- "text": "个人服务",
- "iconPath": "icon/tabbar/shouye_normal.png",
- "selectedIconPath": "icon/tabbar/shouye_selected.png"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "我的",
- "iconPath": "icon/tabbar/wode_normal.png",
- "selectedIconPath": "icon/tabbar/wode_selected.png"
- }
- ]
- },
- "navigateToMiniProgramAppIdList": [
- "wxbf3f03f8a7d0cdcf",
- "wx7379ad24baaaf660",
- "wxcb0ec6ae8c422c3b",
- "wx7ab08191e61478c5",
- "wx0fdd65237732c014",
- "wxab59d3c94759d509"
- ],
- "sitemapLocation": "sitemap.json",
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- }
- }
|