pages.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "奥莱优品",
  7. "navigationBarBackgroundColor": "#ff5a25",
  8. "navigationBarTextStyle": "white"
  9. }
  10. },
  11. {
  12. "path": "pages/order/order",
  13. "style": {
  14. "navigationBarTitleText" : "我的订单",
  15. "navigationBarBackgroundColor": "#ffffff",
  16. "navigationBarTextStyle": "black"
  17. }
  18. },
  19. {
  20. "path": "pages/service/service",
  21. "style": {
  22. "navigationBarTitleText": ""
  23. }
  24. },
  25. {
  26. "path": "pages/user/user",
  27. "style": {
  28. "navigationBarTitleText": ""
  29. }
  30. }
  31. ],
  32. "globalStyle": {
  33. "navigationBarTextStyle": "black",
  34. "navigationBarTitleText": "奥莱优品",
  35. "navigationBarBackgroundColor": "#F8F8F8",
  36. "backgroundColor": "#F8F8F8"
  37. },
  38. "tabBar": {
  39. "backgroundColor": "#ffffff",
  40. "color": "#94a3b8",
  41. "selectedColor": "#ff5a25",
  42. "list": [
  43. {
  44. "iconPath": "/static/tabbar/home.png",
  45. "pagePath": "pages/index/index",
  46. "text": "首页",
  47. "selectedIconPath": "/static/tabbar/home-fill.png"
  48. },
  49. {
  50. "iconPath": "/static/tabbar/order.png",
  51. "pagePath": "pages/order/order",
  52. "text": "订单",
  53. "selectedIconPath": "/static/tabbar/order-fill.png"
  54. },
  55. {
  56. "iconPath": "/static/tabbar/kf.png",
  57. "pagePath": "pages/service/service",
  58. "text": "消息",
  59. "selectedIconPath": "/static/tabbar/kf-fill.png"
  60. },
  61. {
  62. "iconPath": "/static/tabbar/user.png",
  63. "pagePath": "pages/user/user",
  64. "text": "我的",
  65. "selectedIconPath": "/static/tabbar/user-fill.png"
  66. }
  67. ]
  68. },
  69. "uniIdRouter": {},
  70. "navigateToMiniProgramAppIdList":["ttfdf88b4562fa270b01","tta561d3dc3a7b1eab01"]
  71. }