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

98 lines
2.4 KiB

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