app.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/index",
  5. "pages/register/index",
  6. "pages/home/index",
  7. "pages/good/index",
  8. "pages/market/index",
  9. "pages/my/index"
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "pagesMy",
  14. "pages": [
  15. "order/index",
  16. "order/order",
  17. "order/detail",
  18. "repair/index",
  19. "repair/detail",
  20. "account/index",
  21. "account/info",
  22. "account/update",
  23. "user/index",
  24. "buyExamine/index",
  25. "collectionExamin/index",
  26. "maintenance/index",
  27. "record/index",
  28. "goods/index",
  29. "goods/add",
  30. "spec/index",
  31. "spec/add"
  32. ]
  33. },
  34. {
  35. "root": "pagesGoods",
  36. "pages": [
  37. "index/index",
  38. "sort/index",
  39. "shop/index"
  40. ]
  41. }
  42. ],
  43. "window": {
  44. "pageOrientation": "portrait",
  45. "navigationBarTitleText": "耗材小程序",
  46. "navigationBarTextStyle": "white",
  47. "navigationBarBackgroundColor": "#007AFF",
  48. "backgroundColor": "#F8F8F8",
  49. "backgroundColorTop": "#F4F5F6",
  50. "backgroundColorBottom": "#F4F5F6"
  51. },
  52. "tabBar": {
  53. "color": "#7A7E83",
  54. "selectedColor": "#007AFF",
  55. "borderStyle": "black",
  56. "backgroundColor": "#F8F8F8",
  57. "list": [
  58. {
  59. "pagePath": "pages/home/index",
  60. "iconPath": "static/home.png",
  61. "selectedIconPath": "static/homeHL.png",
  62. "text": "首页"
  63. },
  64. {
  65. "pagePath": "pages/good/index",
  66. "iconPath": "static/good.png",
  67. "selectedIconPath": "static/goodHL.png",
  68. "text": "全部商品"
  69. },
  70. {
  71. "pagePath": "pages/market/index",
  72. "iconPath": "static/shop.png",
  73. "selectedIconPath": "static/shopHL.png",
  74. "text": "购物车"
  75. },
  76. {
  77. "pagePath": "pages/my/index",
  78. "iconPath": "static/my.png",
  79. "selectedIconPath": "static/myHL.png",
  80. "text": "我的"
  81. }
  82. ]
  83. },
  84. "lazyCodeLoading": "requiredComponents",
  85. "usingComponents": {}
  86. }