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

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