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

107 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. "pages/chatting/chatting"
  28. ]
  29. },
  30. {
  31. "root": "pagesB",
  32. "pages": [
  33. "pages/repository/repository",
  34. "pages/training/training",
  35. "pages/policyElucidation/policyElucidation",
  36. "pages/onlineAsk/onlineAsk",
  37. "pages/administrativeDivision/administrativeDivision",
  38. "pages/wzDetails/wzDetails",
  39. "pages/spDetails/spDetails",
  40. "pages/forumlist/forumlist",
  41. "pages/experienceList/experienceList",
  42. "pages/experienceDetails/experienceDetails"
  43. ],
  44. "independent": true
  45. }
  46. ],
  47. "window": {
  48. "backgroundColor": "#86D8D0",
  49. "navigationBarBackgroundColor": "#86D8D0",
  50. "navigationBarTextStyle": "white"
  51. },
  52. "tabBar": {
  53. "color": "#2E2E2E",
  54. "selectedColor": "#50C1BA",
  55. "borderStyle": "black",
  56. "list": [
  57. {
  58. "pagePath": "pages/home/home",
  59. "text": "首页",
  60. "iconPath": "pages/images/home.png",
  61. "selectedIconPath": "pages/images/home1.png"
  62. },
  63. {
  64. "pagePath": "pages/market/market",
  65. "text": "市场",
  66. "iconPath": "pages/images/sc.png",
  67. "selectedIconPath": "pages/images/sc1.png"
  68. },
  69. {
  70. "pagePath": "pages/map/map",
  71. "text": "导航",
  72. "iconPath": "pages/images/dh.png",
  73. "selectedIconPath": "pages/images/dh1.png"
  74. },
  75. {
  76. "pagePath": "pages/personal/personal",
  77. "text": "我的",
  78. "iconPath": "pages/images/wd.png",
  79. "selectedIconPath": "pages/images/wd1.png"
  80. }
  81. ]
  82. },
  83. "requiredPrivateInfos": [
  84. "getLocation",
  85. "chooseAddress",
  86. "chooseLocation",
  87. "startLocationUpdateBackground"
  88. ],
  89. "permission": {
  90. "scope.userLocation": {
  91. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  92. }
  93. },
  94. "renderer": "webview",
  95. "rendererOptions": {
  96. "skyline": {
  97. "defaultDisplayBlock": true,
  98. "defaultContentBox": true,
  99. "tagNameStyleIsolation": "legacy",
  100. "disableABTest": true,
  101. "sdkVersionBegin": "3.0.0",
  102. "sdkVersionEnd": "15.255.255"
  103. }
  104. },
  105. "componentFramework": "glass-easel",
  106. "sitemapLocation": "sitemap.json",
  107. "lazyCodeLoading": "requiredComponents"
  108. }