app.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/menu/menu",
  5. "pages/public/wxLogin",
  6. "pages/product/groupBooking/index",
  7. "pages/product/groupBooking/detail",
  8. "pages/product/groupBooking/inviteImg",
  9. "pages/product/groupBooking/productGroup",
  10. "pages/product/exchange",
  11. "pages/product/exchangeDetail",
  12. "pages/product/product",
  13. "pages/product/seckill",
  14. "pages/product/pointsExchange",
  15. "pages/product/list",
  16. "pages/product/discount",
  17. "pages/product/search",
  18. "pages/set/set",
  19. "pages/set/address",
  20. "pages/set/point",
  21. "pages/set/addressManage",
  22. "pages/set/pointManage",
  23. "pages/set/password",
  24. "pages/set/userinfo",
  25. "pages/cart/cart",
  26. "pages/user/user"
  27. ],
  28. "subPackages": [
  29. {
  30. "root": "user",
  31. "pages": [
  32. "page/storeCommission",
  33. "page/orderDetail",
  34. "page/shareQrCode",
  35. "page/shareEx",
  36. "page/depositAdmin",
  37. "page/myex",
  38. "page/dlcenter",
  39. "page/refundAdmin",
  40. "page/wipe",
  41. "page/award",
  42. "page/withdrawal",
  43. "page/scoreAccumulate",
  44. "page/extension",
  45. "page/revenueCenter",
  46. "page/recommend",
  47. "page/recode",
  48. "page/pay",
  49. "page/delivery"
  50. ]
  51. },
  52. {
  53. "root": "pages/order",
  54. "pages": [
  55. "order",
  56. "adminOrder",
  57. "orderDetail",
  58. "orderRefund",
  59. "verifyCode",
  60. "createOrder",
  61. "choisestore"
  62. ]
  63. },
  64. {
  65. "root": "pages/recommend",
  66. "pages": [
  67. "recommend"
  68. ]
  69. },
  70. {
  71. "root": "pages/exchange",
  72. "pages": [
  73. "exchange"
  74. ]
  75. },
  76. {
  77. "root": "pages/money",
  78. "pages": [
  79. "pay",
  80. "paySuccess",
  81. "wallet",
  82. "account",
  83. "withdrawal",
  84. "recharge"
  85. ]
  86. },
  87. {
  88. "root": "pages/tool",
  89. "pages": [
  90. "phoneBill",
  91. "entity"
  92. ]
  93. }
  94. ],
  95. "window": {
  96. "navigationBarTextStyle": "white",
  97. "navigationBarTitleText": "uni-app",
  98. "navigationBarBackgroundColor": "#901b21",
  99. "backgroundColor": "#f8f8f8"
  100. },
  101. "tabBar": {
  102. "color": "#C0C4CC",
  103. "selectedColor": "#901B21",
  104. "borderStyle": "black",
  105. "backgroundColor": "#ffffff",
  106. "list": [
  107. {
  108. "pagePath": "pages/index/index",
  109. "iconPath": "static/tabBar/tab-home.png",
  110. "selectedIconPath": "static/tabBar/home.png",
  111. "text": "首页"
  112. },
  113. {
  114. "pagePath": "pages/menu/menu",
  115. "iconPath": "static/tabBar/tab-menu.png",
  116. "selectedIconPath": "static/tabBar/menu.png",
  117. "text": "菜单"
  118. },
  119. {
  120. "pagePath": "pages/cart/cart",
  121. "iconPath": "static/tabBar/tab-order.png",
  122. "selectedIconPath": "static/tabBar/order.png",
  123. "text": "订单"
  124. },
  125. {
  126. "pagePath": "pages/user/user",
  127. "iconPath": "static/tabBar/tab-my.png",
  128. "selectedIconPath": "static/tabBar/tab-my-current.png",
  129. "text": "我的"
  130. }
  131. ]
  132. },
  133. "permission": {
  134. "scope.userLocation": {
  135. "desc": "需要根据你的定位来给你推送最近的门店"
  136. }
  137. },
  138. "requiredPrivateInfos": [
  139. "getLocation",
  140. "chooseLocation"
  141. ],
  142. "usingComponents": {}
  143. }