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

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