app.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/home/home",
  5. "pages/logs/logs",
  6. "pages/cart/cart",
  7. "pages/user/index/index",
  8. "pages/login/login",
  9. "pages/user/info/info",
  10. "pages/shenhe/shenhe",
  11. "pages/category/category",
  12. "pages/search/search",
  13. "pages/goods/goods",
  14. "pages/user/address/list/list",
  15. "pages/user/address/add/add",
  16. "pages/order/user/info/info",
  17. "pages/order/user/list/list",
  18. "pages/order/admin/info/info",
  19. "pages/order/admin/list/list",
  20. "pages/cartList/cartList",
  21. "pages/order/logistics/logistics",
  22. "pages/setting/setting",
  23. "pages/user/password/password",
  24. "pages/order/create/create",
  25. "pages/autoPage/autoPage",
  26. "pages/user/ecc/ecc"
  27. ],
  28. "tabBar": {
  29. "custom": true,
  30. "color": "#154245",
  31. "selectedColor": "#00B1FE",
  32. "backgroundColor": "#ffffff",
  33. "position": "bottom",
  34. "borderStyle": "white",
  35. "list": [
  36. {
  37. "pagePath": "pages/index/index",
  38. "text": "首页"
  39. },
  40. {
  41. "pagePath": "pages/shenhe/shenhe",
  42. "text": "审核"
  43. },
  44. {
  45. "pagePath": "pages/cart/cart",
  46. "text": "购物"
  47. },
  48. {
  49. "pagePath": "pages/user/index/index",
  50. "text": "我的"
  51. }
  52. ]
  53. },
  54. "usingComponents": {},
  55. "window": {
  56. "navigationBarBackgroundColor": "#ffffff",
  57. "navigationBarTextStyle": "black",
  58. "navigationStyle": "default"
  59. },
  60. "style": "v2",
  61. "sitemapLocation": "sitemap.json",
  62. "lazyCodeLoading": "requiredComponents"
  63. }