app.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/Vipgift",
  5. "pages/menu/menu",
  6. "pages/public/wxLogin",
  7. "pages/product/product",
  8. "pages/product/list",
  9. "pages/product/search",
  10. "pages/set/set",
  11. "pages/set/address",
  12. "pages/set/addressManage",
  13. "pages/set/password",
  14. "pages/set/userinfo",
  15. "pages/cart/cart",
  16. "pages/user/shareEx",
  17. "pages/user/user"
  18. ],
  19. "subPackages": [
  20. {
  21. "root": "user",
  22. "pages": [
  23. "page/orderDetail",
  24. "page/shareQrCode",
  25. "page/award",
  26. "page/withdrawal",
  27. "page/scoreAccumulate",
  28. "page/extension",
  29. "page/recode",
  30. "page/pay"
  31. ]
  32. },
  33. {
  34. "root": "pages/order",
  35. "pages": [
  36. "orderDetail",
  37. "orderRefund",
  38. "verifyCode",
  39. "createOrder",
  40. "choisestore"
  41. ]
  42. },
  43. {
  44. "root": "pages/exchange",
  45. "pages": [
  46. "exchange"
  47. ]
  48. },
  49. {
  50. "root": "pages/money",
  51. "pages": [
  52. "pay",
  53. "paySuccess",
  54. "withdrawal",
  55. "wallet",
  56. "recharge"
  57. ]
  58. }
  59. ],
  60. "window": {
  61. "navigationBarTextStyle": "black",
  62. "navigationBarTitleText": "uni-app",
  63. "navigationBarBackgroundColor": "#ffffff",
  64. "backgroundColor": "#f8f8f8"
  65. },
  66. "tabBar": {
  67. "color": "#C0C4CC",
  68. "selectedColor": "#ee2f72",
  69. "borderStyle": "black",
  70. "backgroundColor": "#ffffff",
  71. "list": [
  72. {
  73. "pagePath": "pages/index/index",
  74. "iconPath": "static/tabBar/tab-home.png",
  75. "selectedIconPath": "static/tabBar/home.png",
  76. "text": "首页"
  77. },
  78. {
  79. "pagePath": "pages/menu/menu",
  80. "iconPath": "static/tabBar/tab-menu.png",
  81. "selectedIconPath": "static/tabBar/menu.png",
  82. "text": "菜单"
  83. },
  84. {
  85. "pagePath": "pages/cart/cart",
  86. "iconPath": "static/tabBar/tab-order.png",
  87. "selectedIconPath": "static/tabBar/order.png",
  88. "text": "订单"
  89. },
  90. {
  91. "pagePath": "pages/user/user",
  92. "iconPath": "static/tabBar/tab-my.png",
  93. "selectedIconPath": "static/tabBar/tab-my-current.png",
  94. "text": "我的"
  95. }
  96. ]
  97. },
  98. "permission": {
  99. "scope.userLocation": {
  100. "desc": "需要根据你的定位来给你推送最近的门店"
  101. }
  102. },
  103. "requiredPrivateInfos": [
  104. "getLocation",
  105. "chooseLocation"
  106. ],
  107. "usingComponents": {}
  108. }