app.json 2.9 KB

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