app.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/product/index",
  5. "pages/product/detail",
  6. "pages/news/index",
  7. "pages/users/login/index",
  8. "pages/users/register/index",
  9. "pages/my/index",
  10. "pages/users/order/index",
  11. "pages/users/spread/index",
  12. "pages/users/purchase/index"
  13. ],
  14. "subPackages": [],
  15. "window": {
  16. "navigationBarTextStyle": "black",
  17. "navigationBarTitleText": "巴巴礼品",
  18. "navigationBarBackgroundColor": "#fff",
  19. "backgroundColor": "#F8F8F8",
  20. "titleNView": false
  21. },
  22. "tabBar": {
  23. "color": "#282828",
  24. "selectedColor": "#ff5c00",
  25. "borderStyle": "black",
  26. "backgroundColor": "#ffffff",
  27. "list": [
  28. {
  29. "pagePath": "pages/index/index",
  30. "iconPath": "static/images/1-001.png",
  31. "selectedIconPath": "static/images/1-002.png",
  32. "text": "首页"
  33. },
  34. {
  35. "pagePath": "pages/product/index",
  36. "iconPath": "static/images/2-001.png",
  37. "selectedIconPath": "static/images/2-002.png",
  38. "text": "商品"
  39. },
  40. {
  41. "pagePath": "pages/news/index",
  42. "iconPath": "static/images/3-001.png",
  43. "selectedIconPath": "static/images/3-002.png",
  44. "text": "订单"
  45. },
  46. {
  47. "pagePath": "pages/my/index",
  48. "iconPath": "static/images/4-001.png",
  49. "selectedIconPath": "static/images/4-002.png",
  50. "text": "我的"
  51. }
  52. ]
  53. },
  54. "permission": {
  55. "scope.userLocation": {
  56. "desc": "你的位置信息将用于和门店的距离长度"
  57. }
  58. },
  59. "usingComponents": {}
  60. }