与牧同行-小程序用户端
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.

106 lines
2.9 KiB

4 months ago
4 months ago
4 months ago
3 months ago
4 months ago
4 months ago
4 months ago
4 months ago
3 months ago
4 months ago
  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/login/login",
  5. "pages/map/map",
  6. "pages/personal/personal",
  7. "pages/market/market"
  8. ],
  9. "subPackages": [
  10. {
  11. "root": "pagesA",
  12. "pages": [
  13. "pages/wzai/wzai",
  14. "pages/askingSy/askingSy",
  15. "pages/askingSyAdd/askingSyAdd",
  16. "pages/askingSyDetails/askingSyDetails",
  17. "pages/expert/expert",
  18. "pages/expertChat/expertChat",
  19. "pages/medicine/medicine",
  20. "pages/medicineDetails/medicineDetails",
  21. "pages/attestation/attestation",
  22. "pages/noticeList/noticeList",
  23. "pages/noticeListDetails/noticeListDetails",
  24. "pages/todayInquiry/todayInquiry",
  25. "pages/carouselDetail/carouselDetail",
  26. "pages/releaseSuffer/releaseSuffer"
  27. ]
  28. },
  29. {
  30. "root": "pagesB",
  31. "pages": [
  32. "pages/repository/repository",
  33. "pages/training/training",
  34. "pages/policyElucidation/policyElucidation",
  35. "pages/onlineAsk/onlineAsk",
  36. "pages/administrativeDivision/administrativeDivision",
  37. "pages/wzDetails/wzDetails",
  38. "pages/spDetails/spDetails",
  39. "pages/forumlist/forumlist",
  40. "pages/experienceList/experienceList",
  41. "pages/experienceDetails/experienceDetails"
  42. ],
  43. "independent": true
  44. }
  45. ],
  46. "window": {
  47. "backgroundColor": "#86D8D0",
  48. "navigationBarBackgroundColor": "#86D8D0",
  49. "navigationBarTextStyle": "white"
  50. },
  51. "tabBar": {
  52. "color": "#2E2E2E",
  53. "selectedColor": "#50C1BA",
  54. "borderStyle": "black",
  55. "list": [
  56. {
  57. "pagePath": "pages/home/home",
  58. "text": "首页",
  59. "iconPath": "pages/images/home.png",
  60. "selectedIconPath": "pages/images/home1.png"
  61. },
  62. {
  63. "pagePath": "pages/market/market",
  64. "text": "市场",
  65. "iconPath": "pages/images/sc.png",
  66. "selectedIconPath": "pages/images/sc1.png"
  67. },
  68. {
  69. "pagePath": "pages/map/map",
  70. "text": "导航",
  71. "iconPath": "pages/images/dh.png",
  72. "selectedIconPath": "pages/images/dh1.png"
  73. },
  74. {
  75. "pagePath": "pages/personal/personal",
  76. "text": "我的",
  77. "iconPath": "pages/images/wd.png",
  78. "selectedIconPath": "pages/images/wd1.png"
  79. }
  80. ]
  81. },
  82. "requiredPrivateInfos": [
  83. "getLocation",
  84. "chooseAddress",
  85. "chooseLocation",
  86. "startLocationUpdateBackground"
  87. ],
  88. "permission": {
  89. "scope.userLocation": {
  90. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  91. }
  92. },
  93. "renderer": "webview",
  94. "rendererOptions": {
  95. "skyline": {
  96. "defaultDisplayBlock": true,
  97. "defaultContentBox": true,
  98. "tagNameStyleIsolation": "legacy",
  99. "disableABTest": true,
  100. "sdkVersionBegin": "3.0.0",
  101. "sdkVersionEnd": "15.255.255"
  102. }
  103. },
  104. "componentFramework": "glass-easel",
  105. "sitemapLocation": "sitemap.json",
  106. "lazyCodeLoading": "requiredComponents"
  107. }