app.json 1.8 KB

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