爱简收旧衣按件回收前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
1.8 KiB

  1. {
  2. "pages": [
  3. "pages/component/home",
  4. "pages/component/recycle",
  5. "pages/component/my",
  6. "pages/wxUserInfo",
  7. "pages/index/index"
  8. ],
  9. "subPackages": [
  10. {
  11. "root": "pages/subcomponent",
  12. "pages": [
  13. "select",
  14. "edit",
  15. "add",
  16. "pickup",
  17. "recycle_rules",
  18. "brand",
  19. "wallet",
  20. "withdraw",
  21. "order",
  22. "detail",
  23. "order_edit",
  24. "inspection",
  25. "promotion",
  26. "promotion_info",
  27. "apply",
  28. "upgrad",
  29. "customer",
  30. "faq",
  31. "edit_profile",
  32. "orders",
  33. "admin_customer",
  34. "admin_faq",
  35. "about",
  36. "promo-qrcode",
  37. "inspection-report",
  38. "inspection-detail",
  39. "promotion-withdraw-record",
  40. "promotion-profit-detail",
  41. "promotion-team"
  42. ]
  43. },
  44. {
  45. "root": "pages/baoyou-city",
  46. "pages": [
  47. "baoyou-city"
  48. ]
  49. },
  50. {
  51. "root": "pages/manager",
  52. "pages": [
  53. "order",
  54. "order-detail",
  55. "inspect",
  56. "inspect-result",
  57. "user",
  58. "user-detail",
  59. "staff",
  60. "staff-detail",
  61. "tui",
  62. "tui-detail",
  63. "tui-apply-detail"
  64. ]
  65. }
  66. ],
  67. "window": {
  68. "navigationBarTextStyle": "black",
  69. "navigationBarBackgroundColor": "#F8F8F8",
  70. "backgroundColor": "#F8F8F8"
  71. },
  72. "tabBar": {
  73. "custom": true,
  74. "color": "#999999",
  75. "selectedColor": "#00C853",
  76. "backgroundColor": "#ffffff",
  77. "borderStyle": "white",
  78. "list": [
  79. {
  80. "pagePath": "pages/component/home"
  81. },
  82. {
  83. "pagePath": "pages/component/recycle"
  84. },
  85. {
  86. "pagePath": "pages/component/my"
  87. }
  88. ]
  89. },
  90. "usingComponents": {}
  91. }