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

102 lines
2.7 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/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. ]
  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/market/market",
  60. "text": "市场",
  61. "iconPath": "pages/images/sc.png",
  62. "selectedIconPath": "pages/images/sc1.png"
  63. },
  64. {
  65. "pagePath": "pages/map/map",
  66. "text": "导航",
  67. "iconPath": "pages/images/dh.png",
  68. "selectedIconPath": "pages/images/dh1.png"
  69. },
  70. {
  71. "pagePath": "pages/personal/personal",
  72. "text": "我的",
  73. "iconPath": "pages/images/wd.png",
  74. "selectedIconPath": "pages/images/wd1.png"
  75. }
  76. ]
  77. },
  78. "requiredPrivateInfos": [
  79. "getLocation",
  80. "chooseAddress",
  81. "chooseLocation",
  82. "startLocationUpdateBackground"
  83. ],
  84. "permission": {
  85. "scope.userLocation": {
  86. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  87. }
  88. },
  89. "renderer": "webview",
  90. "rendererOptions": {
  91. "skyline": {
  92. "defaultDisplayBlock": true,
  93. "defaultContentBox": true,
  94. "tagNameStyleIsolation": "legacy",
  95. "disableABTest": true,
  96. "sdkVersionBegin": "3.0.0",
  97. "sdkVersionEnd": "15.255.255"
  98. }
  99. },
  100. "componentFramework": "glass-easel",
  101. "sitemapLocation": "sitemap.json",
  102. "lazyCodeLoading": "requiredComponents"
  103. }