app.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/login",
  5. "pages/goods-details/index",
  6. "pages/shop-cart/index",
  7. "pages/to-pay-order/index",
  8. "pages/order-list/index",
  9. "pages/order-details/index",
  10. "pages/classify/index",
  11. "pages/usercenter/usercenter",
  12. "pages/gglist/gglist",
  13. "pages/gginfo/gginfo",
  14. "pages/liuyan/liuyan",
  15. "pages/uinfo/uinfo",
  16. "pages/comment/comment",
  17. "pages/in/in",
  18. "pages/tjlist/tjlist",
  19. "pages/shouquan/shouquan"
  20. ],
  21. "window": {
  22. "backgroundTextStyle": "light",
  23. "navigationBarBackgroundColor": "#fff",
  24. "navigationBarTitleText": "bjtu场馆预约系统",
  25. "navigationBarTextStyle": "black"
  26. },
  27. "tabBar": {
  28. "color": "#6e6d6b",
  29. "selectedColor": "#e64340",
  30. "borderStyle": "white",
  31. "backgroundColor": "#fff",
  32. "box-shadow": "0 0 6px 0",
  33. "list": [
  34. {
  35. "pagePath": "pages/index/index",
  36. "iconPath": "images/nav/home-off.png",
  37. "selectedIconPath": "images/nav/home-on.png",
  38. "text": "首页"
  39. },
  40. {
  41. "pagePath": "pages/classify/index",
  42. "iconPath": "images/nav/classify-off.png",
  43. "selectedIconPath": "images/nav/classify-on.png",
  44. "text": "预约"
  45. },
  46. {
  47. "pagePath": "pages/order-list/index",
  48. "iconPath": "images/nav/cart-off.png",
  49. "selectedIconPath": "images/nav/cart-on.png",
  50. "text": "订单"
  51. },
  52. {
  53. "pagePath": "pages/usercenter/usercenter",
  54. "iconPath": "images/nav/order-off.png",
  55. "selectedIconPath": "images/nav/order-on.png",
  56. "text": "我的"
  57. }
  58. ]
  59. },
  60. "sitemapLocation": "sitemap.json"
  61. }