pages.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. "navigationBarBackgroundColor": "#ff5a25",
  24. "navigationBarTextStyle": "white"
  25. }
  26. },
  27. {
  28. "path": "pages/user/user",
  29. "style": {
  30. "navigationBarTitleText": "我的",
  31. "navigationBarBackgroundColor": "#ff5a25",
  32. "navigationBarTextStyle": "white"
  33. }
  34. },
  35. {
  36. "path": "pages/service/chat",
  37. "style": {
  38. "navigationBarTitleText": ""
  39. }
  40. }
  41. ],
  42. "globalStyle": {
  43. "navigationBarTextStyle": "black",
  44. "navigationBarTitleText": "奥莱优品",
  45. "navigationBarBackgroundColor": "#F8F8F8",
  46. "backgroundColor": "#F8F8F8"
  47. },
  48. "tabBar": {
  49. "backgroundColor": "#ffffff",
  50. "color": "#94a3b8",
  51. "selectedColor": "#ff5a25",
  52. "list": [
  53. {
  54. "iconPath": "/static/tabbar/home.png",
  55. "pagePath": "pages/index/index",
  56. "text": "首页",
  57. "selectedIconPath": "/static/tabbar/home-fill.png"
  58. },
  59. {
  60. "iconPath": "/static/tabbar/order.png",
  61. "pagePath": "pages/order/order",
  62. "text": "订单",
  63. "selectedIconPath": "/static/tabbar/order-fill.png"
  64. },
  65. {
  66. "iconPath": "/static/tabbar/kf.png",
  67. "pagePath": "pages/service/service",
  68. "text": "消息",
  69. "selectedIconPath": "/static/tabbar/kf-fill.png"
  70. },
  71. {
  72. "iconPath": "/static/tabbar/user.png",
  73. "pagePath": "pages/user/user",
  74. "text": "我的",
  75. "selectedIconPath": "/static/tabbar/user-fill.png"
  76. }
  77. ]
  78. },
  79. "uniIdRouter": {},
  80. "navigateToMiniProgramAppIdList":["ttfdf88b4562fa270b01","tta561d3dc3a7b1eab01"]
  81. }