app.json 1.9 KB

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