pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. "path": "pages/web/web",
  53. "style": {
  54. "navigationBarTitleText": ""
  55. }
  56. },
  57. {
  58. "path": "pages/order/tips",
  59. "style": {
  60. "navigationBarTitleText": ""
  61. }
  62. },
  63. {
  64. "path": "pages/user/license",
  65. "style": {
  66. "navigationBarTitleText": "服务资质"
  67. }
  68. },
  69. {
  70. "path": "pages/order/detail",
  71. "style": {
  72. "navigationBarTitleText": "订单详情",
  73. "navigationBarBackgroundColor": "#f1f1f1",
  74. "navigationBarTextStyle": "black",
  75. "usingComponents": {
  76. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  77. }
  78. }
  79. },
  80. {
  81. "path": "pages/goods/list",
  82. "style": {
  83. "navigationBarTitleText": ""
  84. }
  85. }
  86. ],
  87. "globalStyle": {
  88. "navigationBarTextStyle": "black",
  89. "navigationBarTitleText": "奥莱优品",
  90. "navigationBarBackgroundColor": "#f1f1f1",
  91. "backgroundColor": "#f1f1f1"
  92. },
  93. "tabBar": {
  94. "backgroundColor": "#ffffff",
  95. "color": "#94a3b8",
  96. "selectedColor": "#ff5a25",
  97. "list": [
  98. {
  99. "iconPath": "/static/tabbar/home.png",
  100. "pagePath": "pages/index/index",
  101. "text": "首页",
  102. "selectedIconPath": "/static/tabbar/home-fill.png"
  103. },
  104. {
  105. "iconPath": "/static/tabbar/order.png",
  106. "pagePath": "pages/order/order",
  107. "text": "订单",
  108. "selectedIconPath": "/static/tabbar/order-fill.png"
  109. },
  110. {
  111. "iconPath": "/static/tabbar/kf.png",
  112. "pagePath": "pages/service/service",
  113. "text": "消息",
  114. "selectedIconPath": "/static/tabbar/kf-fill.png"
  115. },
  116. {
  117. "iconPath": "/static/tabbar/user.png",
  118. "pagePath": "pages/user/user",
  119. "text": "我的",
  120. "selectedIconPath": "/static/tabbar/user-fill.png"
  121. }
  122. ]
  123. },
  124. "uniIdRouter": {},
  125. "navigateToMiniProgramAppIdList":["ttfdf88b4562fa270b01","tta561d3dc3a7b1eab01"]
  126. }