拓恒河湖长制全民护河平台WEB端
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

84 Zeilen
2.4KB

  1. {
  2. "pages": [
  3. "pages/FirstPage/index",
  4. "pages/all/index",
  5. "pages/mine/index",
  6. "pages/login/login"
  7. ],
  8. "permission": {
  9. "scope.userLocation": {
  10. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  11. }
  12. },
  13. "tabBar": {
  14. "custom": true,
  15. "color": "#939393",
  16. "borderStyle": "white",
  17. "selectedColor": "#477DF3",
  18. "list": [
  19. {
  20. "pagePath": "pages/FirstPage/index",
  21. "text": "首页",
  22. "iconPath": "./assets/tabBar/protect.png",
  23. "selectedIconPath": "./assets/tabBar/protect_h.png"
  24. },
  25. {
  26. "pagePath": "pages/all/index",
  27. "text": "全民护河",
  28. "iconPath": "./assets/tabBar/protect.png",
  29. "selectedIconPath": "./assets/tabBar/protect_h.png"
  30. },
  31. {
  32. "pagePath": "pages/mine/index",
  33. "text": "我的",
  34. "iconPath": "./assets/tabBar/mine.png",
  35. "selectedIconPath": "./assets/tabBar/mine_h.png"
  36. }
  37. ]
  38. },
  39. "subPackages": [
  40. {
  41. "root": "package_first",
  42. "pages": [
  43. "pages/announceList/index",
  44. "pages/askAdmin/index",
  45. "pages/beautyList/index",
  46. "pages/more/index",
  47. "pages/announceDetail/index",
  48. "pages/askDetail/index",
  49. "pages/uploadBeauty/index",
  50. "pages/beautyDetail/index",
  51. "pages/successPage/index"
  52. ]
  53. },
  54. {
  55. "root": "package_A",
  56. "pages": [
  57. "pages/report/index",
  58. "pages/submitSuccess/index",
  59. "pages/riverDetail/index"
  60. ]
  61. },
  62. {
  63. "root": "package_B",
  64. "pages": [
  65. "pages/records/index",
  66. "pages/feedbackDetail/index",
  67. "pages/beauties/index",
  68. "pages/senceDetail/index"
  69. ]
  70. }
  71. ],
  72. "window": {
  73. "backgroundTextStyle": "light",
  74. "navigationBarBackgroundColor": "#fff",
  75. "navigationBarTitleText": "Weixin",
  76. "navigationBarTextStyle": "black"
  77. },
  78. "style": "v2",
  79. "sitemapLocation": "sitemap.json",
  80. "requiredPrivateInfos": [
  81. "getLocation",
  82. "chooseLocation"
  83. ]
  84. }