app.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "pages": [
  3. "pages/home/dashboard/index",
  4. "pages/home/index",
  5. "pages/productCenter/productCenter",
  6. "pages/shoppingCart/shoppingCart",
  7. "pages/searchList/index",
  8. "pages/mine/index",
  9. "pages/singlePage/index",
  10. "pages/webView/index",
  11. "pages/article/article"
  12. ],
  13. "subPackages": [
  14. {
  15. "root": "subPages",
  16. "pages": [
  17. "myOrder/myOrder",
  18. "orderDetail/orderDetail",
  19. "afterSales/afterSales",
  20. "cancelOrder/cancelOrder",
  21. "goodsDetail/goodsDetail",
  22. "addAddress/addAddress",
  23. "addressMg/addressMg",
  24. "wallet/index",
  25. "promotionCooperation/index",
  26. "personalDataManagement/index",
  27. "register/index",
  28. "recharge/index",
  29. "withdrawal/index",
  30. "helpList/index",
  31. "helpDetails/index",
  32. "authenticationList/index",
  33. "authenticationDetails/index",
  34. "lookHistory/index",
  35. "followAccount/followAccount",
  36. "feedback/feedback",
  37. "helpCenter/helpCenter",
  38. "coupon/coupon",
  39. "pointsZone/pointsZone",
  40. "giftZone/giftZone",
  41. "settleCenter/settleCenter",
  42. "paySuccess/paySuccess",
  43. "distribution/distribution",
  44. "myTeam/myTeam",
  45. "withdrawalManagement/withdrawalManagement",
  46. "addWithdrawalAccount/addWithdrawalAccount",
  47. "withdrawalAccountManagement/withdrawalAccountManagement",
  48. "applyWithdrawal/applyWithdrawal",
  49. "poster/poster",
  50. "searchList/searchList",
  51. "collectList/collectList",
  52. "msGoodsList/msGoodsList"
  53. ]
  54. }
  55. ],
  56. "window": {
  57. "navigationBarTextStyle": "black",
  58. "navigationBarTitleText": "六感熟眠商城",
  59. "navigationBarBackgroundColor": "#FFFFFF",
  60. "fontSize": "13px",
  61. "backgroundColor": "#F8F8F8"
  62. },
  63. "tabBar": {
  64. "custom": true,
  65. "color": "#AAAFC4",
  66. "selectedColor": "#0BC3AA",
  67. "borderStyle": "white",
  68. "backgroundColor": "#ffffff",
  69. "height": "64px",
  70. "fontSize": "13px",
  71. "iconWidth": "48rpx",
  72. "spacing": "2px",
  73. "list": [
  74. {
  75. "pagePath": "pages/home/index",
  76. "text": "首页",
  77. "iconPath": "static/index-a.png",
  78. "selectedIconPath": "static/index-b.png"
  79. },
  80. {
  81. "pagePath": "pages/productCenter/productCenter",
  82. "text": "产品",
  83. "iconPath": "static/pd-a.png",
  84. "selectedIconPath": "static/pd-b.png"
  85. },
  86. {
  87. "pagePath": "pages/shoppingCart/shoppingCart",
  88. "text": "购物车",
  89. "iconPath": "static/cart-a.png",
  90. "selectedIconPath": "static/cart-b.png"
  91. },
  92. {
  93. "pagePath": "pages/mine/index",
  94. "text": "我的",
  95. "iconPath": "static/mine-a.png",
  96. "selectedIconPath": "static/mine-b.png"
  97. }
  98. ]
  99. },
  100. "permission": {
  101. "scope.userLocation": {
  102. "desc": "获取对应地区的邮费"
  103. }
  104. },
  105. "requiredPrivateInfos": [
  106. "chooseAddress",
  107. "getLocation"
  108. ],
  109. "lazyCodeLoading": "requiredComponents",
  110. "usingComponents": {}
  111. }