app.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/selectCity",
  5. "pages/shoping/list",
  6. "pages/shop/shopList",
  7. "pages/shop/djqQm",
  8. "pages/shop/shareF",
  9. "pages/shop/yhqDetail",
  10. "pages/shop/shopDetail",
  11. "pages/shop/giftDetail",
  12. "pages/shop/createYhq",
  13. "pages/public/register",
  14. "pages/user/jiedianDetails",
  15. "pages/user/hxjl",
  16. "pages/user/myyhq",
  17. "pages/public/login",
  18. "pages/public/wxLogin",
  19. "pages/public/forget",
  20. "pages/user/team",
  21. "pages/user/cash",
  22. "pages/money/withdmoenys",
  23. "pages/product/reply",
  24. "pages/product/product",
  25. "pages/product/search",
  26. "pages/set/set",
  27. "pages/set/address",
  28. "pages/set/addressManage",
  29. "pages/set/phone",
  30. "pages/set/user",
  31. "pages/set/password",
  32. "pages/set/userinfo",
  33. "pages/user/user",
  34. "pages/user/award",
  35. "pages/user/withdrawal",
  36. "pages/user/notice",
  37. "pages/user/favorites",
  38. "pages/user/coupon",
  39. "pages/order/order",
  40. "pages/order/expressInfo",
  41. "pages/order/orderDetail",
  42. "pages/order/evaluate",
  43. "pages/order/orderRefund",
  44. "pages/order/createOrder",
  45. "pages/money/pay",
  46. "pages/money/paySuccess",
  47. "pages/money/wallet",
  48. "pages/money/account",
  49. "pages/money/withdrawal",
  50. "pages/money/recharge",
  51. "pages/redirect/redirect",
  52. "pages/user/shareQrCode",
  53. "pages/money/success"
  54. ],
  55. "subPackages": [],
  56. "window": {
  57. "navigationBarTextStyle": "black",
  58. "navigationBarTitleText": "想亮",
  59. "navigationBarBackgroundColor": "#FFFFFF",
  60. "backgroundColor": "#f8f8f8"
  61. },
  62. "tabBar": {
  63. "color": "#666666",
  64. "selectedColor": "#f65067",
  65. "borderStyle": "black",
  66. "backgroundColor": "#ffffff",
  67. "list": [
  68. {
  69. "pagePath": "pages/index/index",
  70. "iconPath": "static/tabBar/tab-cate.png",
  71. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  72. "text": "首页"
  73. },
  74. {
  75. "pagePath": "pages/order/order",
  76. "iconPath": "static/tabBar/order.png",
  77. "selectedIconPath": "static/tabBar/order-action.png",
  78. "text": "我的订单"
  79. },
  80. {
  81. "pagePath": "pages/user/user",
  82. "iconPath": "static/tabBar/tab-my.png",
  83. "selectedIconPath": "static/tabBar/tab-my-current.png",
  84. "text": "我的"
  85. }
  86. ]
  87. },
  88. "permission": {
  89. "scope.userLocation": {
  90. "desc": "需要根据你的定位来给你推送最近的门店"
  91. }
  92. },
  93. "usingComponents": {},
  94. "sitemapLocation": "sitemap.json"
  95. }