pages.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. {
  2. // 如果您是通过uni_modules形式引入uView,可以忽略此配置
  3. "easycom": {
  4. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  5. },
  6. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/login/login",
  9. "style": {
  10. "navigationStyle": "custom",
  11. "navigationBarTextStyle": "black"
  12. }
  13. },
  14. {
  15. "path": "pages/index/index",
  16. "style": {
  17. "navigationStyle": "custom",
  18. "navigationBarTextStyle": "black"
  19. }
  20. },
  21. {
  22. "path": "pages/refund/refund",
  23. "style": {
  24. "navigationBarTitleText": "待处理退款",
  25. "enablePullDownRefresh": true,
  26. "navigationBarBackgroundColor": "#FFFFFF"
  27. }
  28. }, {
  29. "path": "pages/turnover/turnover",
  30. "style": {
  31. "navigationBarTitleText": "营业额",
  32. "enablePullDownRefresh": false,
  33. "navigationBarBackgroundColor": "#FFFFFF"
  34. }
  35. }, {
  36. "path": "pages/turnover/info",
  37. "style": {
  38. "navigationBarTitleText": "盈利明细",
  39. "enablePullDownRefresh": false,
  40. "navigationBarBackgroundColor": "#FFFFFF"
  41. }
  42. }, {
  43. "path": "pages/order/order",
  44. "style": {
  45. "navigationStyle": "custom",
  46. "navigationBarTextStyle": "black",
  47. "enablePullDownRefresh": true
  48. }
  49. }, {
  50. "path": "pages/mine/editMine",
  51. "style": {
  52. "navigationBarTextStyle": "black",
  53. "navigationBarTitleText": "修改信息"
  54. }
  55. }, {
  56. "path": "pages/order/info",
  57. "style": {
  58. "navigationBarTitleText": "订单详情",
  59. "enablePullDownRefresh": false,
  60. "navigationBarBackgroundColor": "#FFFFFF"
  61. }
  62. }, {
  63. "path": "pages/Marketing/Marketing",
  64. "style": {
  65. "navigationBarTitleText": "营销设置",
  66. "enablePullDownRefresh": false,
  67. "navigationBarBackgroundColor": "#FFFFFF"
  68. }
  69. }, {
  70. "path": "pages/order/transport",
  71. "style": {
  72. "navigationBarTitleText": "运送详情",
  73. "enablePullDownRefresh": false,
  74. "navigationBarBackgroundColor": "#FFFFFF"
  75. }
  76. }, {
  77. "path": "pages/Marketing/coupon",
  78. "style": {
  79. "navigationBarTitleText": "优惠券",
  80. "enablePullDownRefresh": false,
  81. "navigationBarBackgroundColor": "#FFFFFF"
  82. }
  83. }
  84. , {
  85. "path": "pages/Marketing/vipers",
  86. "style": {
  87. "navigationBarTitleText": "会员管理",
  88. "enablePullDownRefresh": false,
  89. "navigationBarBackgroundColor": "#FFFFFF"
  90. }
  91. }, {
  92. "path": "pages/Delivery/Delivery",
  93. "style": {
  94. "navigationBarTitleText": "配送员管理",
  95. "enablePullDownRefresh": false,
  96. "navigationBarBackgroundColor": "#FFFFFF"
  97. }
  98. }, {
  99. "path": "pages/Delivery/create",
  100. "style": {
  101. "navigationBarTitleText": "添加配送员",
  102. "enablePullDownRefresh": false,
  103. "navigationBarBackgroundColor": "#FFFFFF"
  104. }
  105. }, {
  106. "path": "pages/order/perfect",
  107. "style": {
  108. "navigationBarTitleText": "完善信息",
  109. "enablePullDownRefresh": false,
  110. "navigationBarBackgroundColor": "#FFFFFF"
  111. }
  112. }, {
  113. "path": "pages/order/video",
  114. "style": {
  115. "navigationBarTitleText": "上传运输视频",
  116. "enablePullDownRefresh": false,
  117. "navigationBarBackgroundColor": "#FFFFFF"
  118. }
  119. }, {
  120. "path": "pages/Delivery/location",
  121. "style": {
  122. "navigationBarTitleText": "配送区域",
  123. "enablePullDownRefresh": false,
  124. "navigationBarBackgroundColor": "#FFFFFF"
  125. }
  126. }, {
  127. "path": "pages/mine/mine",
  128. "style": {
  129. "navigationBarTitleText": "我的钱包",
  130. "enablePullDownRefresh": false,
  131. "navigationBarBackgroundColor": "#FFFFFF"
  132. }
  133. }, {
  134. "path": "pages/mine/password",
  135. "style": {
  136. "navigationBarTitleText": "修改密码",
  137. "enablePullDownRefresh": false,
  138. "navigationBarBackgroundColor": "#FFFFFF"
  139. }
  140. }, {
  141. "path": "pages/mine/Withdrawal",
  142. "style": {
  143. "navigationBarTitleText": "提现",
  144. "enablePullDownRefresh": false,
  145. "navigationBarBackgroundColor": "#FFFFFF"
  146. }
  147. }
  148. ,{
  149. "path" : "pages/order/settle",
  150. "style" :
  151. {
  152. "navigationBarTitleText": "申请结算",
  153. "enablePullDownRefresh": false,
  154. "navigationBarBackgroundColor": "#FFFFFF"
  155. }
  156. }
  157. ,{
  158. "path" : "pages/webview/webview",
  159. "style" :
  160. {
  161. "navigationBarTitleText": "",
  162. "enablePullDownRefresh": false
  163. }
  164. }
  165. ],
  166. "globalStyle": {
  167. "navigationBarTextStyle": "black",
  168. "navigationBarTitleText": "uni-app",
  169. "navigationBarBackgroundColor": "#F8F8F8",
  170. "backgroundColor": "#F8F8F8"
  171. }
  172. }