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

91 lines
2.2 KiB

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