app.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/home/index",
  5. "pages/my/index"
  6. ],
  7. "subPackages": [
  8. {
  9. "root": "pagesHome",
  10. "pages": [
  11. "agree/index",
  12. "search/index",
  13. "brand/index",
  14. "city/index",
  15. "record/index",
  16. "sell/index",
  17. "rank/index",
  18. "condition/index",
  19. "car/index",
  20. "shop/index",
  21. "picture/index",
  22. "type/index",
  23. "login/index"
  24. ]
  25. },
  26. {
  27. "root": "pagesMy",
  28. "pages": [
  29. "basic/index",
  30. "collect/index",
  31. "car/index"
  32. ]
  33. }
  34. ],
  35. "window": {
  36. "navigationBarTextStyle": "black",
  37. "navigationBarTitleText": "二手车",
  38. "navigationBarBackgroundColor": "#2979ff",
  39. "backgroundColor": "#ffffff"
  40. },
  41. "tabBar": {
  42. "color": "#2c2c2c",
  43. "selectedColor": "#2979ff",
  44. "borderStyle": "black",
  45. "backgroundColor": "#ffffff",
  46. "list": [
  47. {
  48. "pagePath": "pages/home/index",
  49. "iconPath": "static/homeHL.png",
  50. "selectedIconPath": "static/home.png",
  51. "text": "赋强公证"
  52. },
  53. {
  54. "pagePath": "pages/my/index",
  55. "iconPath": "static/myHL.png",
  56. "selectedIconPath": "static/my.png",
  57. "text": "个人中心"
  58. }
  59. ]
  60. },
  61. "permission": {
  62. "scope.userLocation": {
  63. "desc": "定位当前位置,选在收获地址"
  64. }
  65. },
  66. "requiredPrivateInfos": [
  67. "chooseAddress",
  68. "chooseLocation"
  69. ],
  70. "lazyCodeLoading": "requiredComponents",
  71. "usingComponents": {}
  72. }