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

108 lines
2.9 KiB

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