app.json 1.9 KB

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