pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页"
  10. }
  11. },
  12. {
  13. "path": "pages/userDeal/index",
  14. "style": {
  15. "navigationBarTitleText": "使用协议"
  16. }
  17. },
  18. {
  19. "path": "pages/shopNotice/index",
  20. "style": {
  21. "navigationBarTitleText": "商城公告"
  22. }
  23. },
  24. {
  25. "path": "pages/indexNotice/index",
  26. "style": {
  27. "navigationBarTitleText": "首页公告"
  28. }
  29. },
  30. {
  31. "path": "pages/mandate/index",
  32. "style": {
  33. "navigationBarTitleText": "微信授权页"
  34. }
  35. },
  36. {
  37. "path": "pages/loading/index",
  38. "style": {
  39. "navigationBarTitleText": "加载页"
  40. }
  41. },
  42. {
  43. "path": "pages/orderPay/index",
  44. "style": {
  45. "navigationBarTitleText": "确认订单"
  46. }
  47. },
  48. {
  49. "path": "pages/shoeOrderDetails/index",
  50. "style": {
  51. "navigationBarTitleText": "商品订单详情"
  52. }
  53. },
  54. {
  55. "path": "pages/goodsOrderDetail/index",
  56. "style": {
  57. "navigationBarTitleText": "洗鞋订单详情"
  58. }
  59. },
  60. {
  61. "path": "pages/subscribeList/index",
  62. "style": {
  63. "navigationBarTitleText": "我的预约"
  64. }
  65. },
  66. {
  67. "path": "pages/shoeList/index",
  68. "style": {
  69. "navigationBarTitleText": "洗鞋订单"
  70. }
  71. },
  72. {
  73. "path": "pages/shopList/index",
  74. "style": {
  75. "navigationBarTitleText": "商城订单"
  76. }
  77. },
  78. {
  79. "path": "pages/subscribeDetails/index",
  80. "style": {
  81. "navigationBarTitleText": "预约详情"
  82. }
  83. },
  84. {
  85. "path": "pages/userInfoUpdate/index",
  86. "style": {
  87. "navigationBarTitleText": "资料修改"
  88. }
  89. },
  90. {
  91. "path": "pages/shop/index",
  92. "style": {
  93. "navigationBarTitleText": "商城"
  94. }
  95. },
  96. {
  97. "path": "pages/mine/index",
  98. "style": {
  99. "navigationBarTitleText": "我的"
  100. }
  101. },
  102. {
  103. "path": "pages/goodsDetail/index",
  104. "style": {
  105. "navigationBarTitleText": "商品详情"
  106. }
  107. },
  108. {
  109. "path": "pages/shopesOrder/index",
  110. "style": {
  111. "navigationBarTitleText": "洗鞋下单"
  112. }
  113. },
  114. {
  115. "path": "pages/orderSuccess/index",
  116. "style": {
  117. "navigationBarTitleText": "下单成功"
  118. }
  119. },
  120. {
  121. "path": "pages/order_s/index",
  122. "style": {
  123. "navigationBarTitleText": "下单成功"
  124. }
  125. },
  126. {
  127. "path": "pages/subscribe/index",
  128. "style": {
  129. "navigationBarTitleText": "预约成功"
  130. }
  131. }
  132. ],
  133. "globalStyle": {
  134. "navigationBarTextStyle": "black",
  135. "navigationBarTitleText": "uni-app",
  136. "navigationBarBackgroundColor": "#F8F8F8",
  137. "backgroundColor": "#F8F8F8"
  138. },
  139. // 原生的导航
  140. "uniIdRouter": {}
  141. }