pages.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. "path": "pages/goods/detail",
  43. "style": {
  44. "navigationBarTitleText": "商品详情",
  45. "navigationBarBackgroundColor": "#ffffff",
  46. "usingComponents": {
  47. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  48. }
  49. }
  50. }
  51. ],
  52. "globalStyle": {
  53. "navigationBarTextStyle": "black",
  54. "navigationBarTitleText": "奥莱优品",
  55. "navigationBarBackgroundColor": "#F8F8F8",
  56. "backgroundColor": "#F8F8F8"
  57. },
  58. "tabBar": {
  59. "backgroundColor": "#ffffff",
  60. "color": "#94a3b8",
  61. "selectedColor": "#ff5a25",
  62. "list": [
  63. {
  64. "iconPath": "/static/tabbar/home.png",
  65. "pagePath": "pages/index/index",
  66. "text": "首页",
  67. "selectedIconPath": "/static/tabbar/home-fill.png"
  68. },
  69. {
  70. "iconPath": "/static/tabbar/order.png",
  71. "pagePath": "pages/order/order",
  72. "text": "订单",
  73. "selectedIconPath": "/static/tabbar/order-fill.png"
  74. },
  75. {
  76. "iconPath": "/static/tabbar/kf.png",
  77. "pagePath": "pages/service/service",
  78. "text": "消息",
  79. "selectedIconPath": "/static/tabbar/kf-fill.png"
  80. },
  81. {
  82. "iconPath": "/static/tabbar/user.png",
  83. "pagePath": "pages/user/user",
  84. "text": "我的",
  85. "selectedIconPath": "/static/tabbar/user-fill.png"
  86. }
  87. ]
  88. },
  89. "uniIdRouter": {},
  90. "navigateToMiniProgramAppIdList":["ttfdf88b4562fa270b01","tta561d3dc3a7b1eab01"]
  91. }