家政小程序
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.

app.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "pages": [
  3. "pages/launch/index",
  4. "pages/home/index",
  5. "pages/classify/index",
  6. "pages/order/index",
  7. "pages/user/index",
  8. "pages/goodsList/index",
  9. "pages/goodsDetail/index",
  10. "pages/introduce/index",
  11. "pages/bookService/index",
  12. "pages/yuesao/index",
  13. "pages/detail/index",
  14. "pages/addComment/index",
  15. "pages/service/index",
  16. "pages/cart/index"
  17. ],
  18. "window": {
  19. "backgroundTextStyle": "light",
  20. "navigationBarBackgroundColor": "#00a0e9",
  21. "navigationBarTitleText": "玥子轩",
  22. "navigationBarTextStyle": "white"
  23. },
  24. "tabBar": {
  25. "color": "#fff",
  26. "selectedColor": "#fff",
  27. "backgroundColor": "#00a0e9",
  28. "list": [
  29. {
  30. "pagePath": "pages/home/index",
  31. "text": "首页",
  32. "iconPath": "/img/icon-home.png",
  33. "selectedIconPath": "/img/icon-home-active.png"
  34. },
  35. {
  36. "pagePath": "pages/classify/index",
  37. "text": "分类",
  38. "iconPath": "/img/icon-classify.png",
  39. "selectedIconPath": "/img/icon-classify-active.png"
  40. },
  41. {
  42. "pagePath": "pages/cart/index",
  43. "text": "购物车",
  44. "iconPath": "/img/icon-cart.png",
  45. "selectedIconPath": "/img/icon-cart-active.png"
  46. },
  47. {
  48. "pagePath": "pages/order/index",
  49. "text": "订单",
  50. "iconPath": "/img/icon-order.png",
  51. "selectedIconPath": "/img/icon-order-active.png"
  52. },
  53. {
  54. "pagePath": "pages/user/index",
  55. "text": "企业介绍",
  56. "iconPath": "/img/icon-user.png",
  57. "selectedIconPath": "/img/icon-user-active.png"
  58. }
  59. ]
  60. },
  61. "sitemapLocation": "sitemap.json"
  62. }