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

96 lines
2.4 KiB

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