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

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