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

82 lines
1.9 KiB

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