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

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