拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.6KB

  1. {
  2. "pages": [
  3. "pages/home/index",
  4. "pages/mine/index",
  5. "pages/login/login"
  6. ],
  7. "permission": {
  8. "scope.userLocation": {
  9. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  10. }
  11. },
  12. "tabBar": {
  13. "custom": true,
  14. "color": "#939393",
  15. "borderStyle": "white",
  16. "selectedColor": "#477DF3",
  17. "list": [
  18. {
  19. "pagePath": "pages/home/index",
  20. "text": "全民护河",
  21. "iconPath": "./assets/tabBar/protect.png",
  22. "selectedIconPath": "./assets/tabBar/protect_h.png"
  23. },
  24. {
  25. "pagePath": "pages/mine/index",
  26. "text": "我的",
  27. "iconPath": "./assets/tabBar/mine.png",
  28. "selectedIconPath": "./assets/tabBar/mine_h.png"
  29. }
  30. ]
  31. },
  32. "subPackages": [
  33. {
  34. "root": "package_A",
  35. "pages": [
  36. "pages/report/index",
  37. "pages/submitSuccess/index"
  38. ]
  39. },
  40. {
  41. "root": "package_B",
  42. "pages": [
  43. "pages/collection/index",
  44. "pages/records/index",
  45. "pages/feedbackDetail/index"
  46. ]
  47. }
  48. ],
  49. "window": {
  50. "backgroundTextStyle": "light",
  51. "navigationBarBackgroundColor": "#fff",
  52. "navigationBarTitleText": "Weixin",
  53. "navigationBarTextStyle": "black"
  54. },
  55. "style": "v2",
  56. "sitemapLocation": "sitemap.json",
  57. "requiredPrivateInfos": [
  58. "getLocation",
  59. "chooseLocation"
  60. ]
  61. }