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

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