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

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