app.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "pages": [
  3. "pages/home/index",
  4. "pages/home/search/search",
  5. "pages/home/problem/problem",
  6. "pages/home/detail/detail",
  7. "pages/home/correction/correction",
  8. "pages/home/location/location",
  9. "pages/home/webView/webView",
  10. "pages/mine/mine"
  11. ],
  12. "window": {
  13. "backgroundTextStyle": "light",
  14. "navigationBarBackgroundColor": "#fff",
  15. "navigationBarTitleText": "政务查询",
  16. "navigationBarTextStyle": "black"
  17. },
  18. "usingComponents": {},
  19. "tabBar": {
  20. "custom": true,
  21. "color": "#999999",
  22. "selectedColor": "#5674F0",
  23. "backgroundColor": "#ffffff",
  24. "borderStyle": "black",
  25. "list": [
  26. {
  27. "pagePath": "pages/home/index",
  28. "text": "个人服务",
  29. "iconPath": "icon/tabbar/shouye_normal.png",
  30. "selectedIconPath": "icon/tabbar/shouye_selected.png"
  31. },
  32. {
  33. "pagePath": "pages/mine/mine",
  34. "text": "我的",
  35. "iconPath": "icon/tabbar/wode_normal.png",
  36. "selectedIconPath": "icon/tabbar/wode_selected.png"
  37. }
  38. ]
  39. },
  40. "navigateToMiniProgramAppIdList": [
  41. "wxbf3f03f8a7d0cdcf",
  42. "wx7379ad24baaaf660",
  43. "wxcb0ec6ae8c422c3b",
  44. "wx7ab08191e61478c5",
  45. "wx0fdd65237732c014",
  46. "wxab59d3c94759d509"
  47. ],
  48. "sitemapLocation": "sitemap.json",
  49. "permission": {
  50. "scope.userLocation": {
  51. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  52. }
  53. }
  54. }