pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  6. }
  7. },
  8. "pages": [
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "首页",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/service/all/index",
  18. "style": {
  19. "navigationBarTitleText": "全部服务"
  20. }
  21. },
  22. {
  23. "path": "pages/order/list/index",
  24. "style": {
  25. "navigationBarTitleText": "订单列表"
  26. }
  27. },
  28. {
  29. "path": "pages/my/index",
  30. "style": {
  31. "navigationBarTitleText": "我的",
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. {
  36. "path": "pages/login/index",
  37. "style": {
  38. "navigationBarTitleText": "登录",
  39. "navigationStyle": "custom"
  40. }
  41. },
  42. {
  43. "path": "pages/service/detail/index",
  44. "style": {
  45. "navigationBarTitleText": "服务详情"
  46. }
  47. },
  48. {
  49. "path": "pages/service/review/index",
  50. "style": {
  51. "navigationBarTitleText": "全部评价"
  52. }
  53. },
  54. {
  55. "path": "pages/order/apply/index",
  56. "style": {
  57. "navigationBarTitleText": "订单申请"
  58. }
  59. },
  60. {
  61. "path": "pages/order/detail/index",
  62. "style": {
  63. "navigationBarTitleText": "订单详情"
  64. }
  65. },
  66. {
  67. "path": "pages/store/apply/index",
  68. "style": {
  69. "navigationBarTitleText": "商家入驻"
  70. }
  71. },
  72. {
  73. "path": "pages/my/pet/list/index",
  74. "style": {
  75. "navigationBarTitleText": "宠物档案"
  76. }
  77. },
  78. {
  79. "path": "pages/my/pet/edit/index",
  80. "style": {
  81. "navigationBarTitleText": "编辑宠物"
  82. }
  83. },
  84. {
  85. "path": "pages/my/pet/add/index",
  86. "style": {
  87. "navigationBarTitleText": "新增宠物"
  88. }
  89. },
  90. {
  91. "path": "pages/my/pet/detail/index",
  92. "style": {
  93. "navigationBarTitleText": "宠物详情"
  94. }
  95. },
  96. {
  97. "path": "pages/my/user/list/index",
  98. "style": {
  99. "navigationBarTitleText": "用户管理"
  100. }
  101. },
  102. {
  103. "path": "pages/my/user/edit/index",
  104. "style": {
  105. "navigationBarTitleText": "编辑用户"
  106. }
  107. },
  108. {
  109. "path": "pages/my/user/add/index",
  110. "style": {
  111. "navigationBarTitleText": "新增用户"
  112. }
  113. },
  114. {
  115. "path": "pages/my/user/detail/index",
  116. "style": {
  117. "navigationBarTitleText": "用户详情"
  118. }
  119. },
  120. {
  121. "path": "pages/my/review/list/index",
  122. "style": {
  123. "navigationBarTitleText": "我的评价"
  124. }
  125. },
  126. {
  127. "path": "pages/my/agreement/list/index",
  128. "style": {
  129. "navigationBarTitleText": "协议中心"
  130. }
  131. },
  132. {
  133. "path": "pages/my/agreement/detail/index",
  134. "style": {
  135. "navigationBarTitleText": "协议详情"
  136. }
  137. },
  138. {
  139. "path": "pages/my/settings/index",
  140. "style": {
  141. "navigationBarTitleText": "设置"
  142. }
  143. },
  144. {
  145. "path": "pages/my/settings/account-delete/index",
  146. "style": {
  147. "navigationBarTitleText": "账号注销"
  148. }
  149. },
  150. {
  151. "path": "pages/my/settings/change-password/index",
  152. "style": {
  153. "navigationBarTitleText": "修改密码"
  154. }
  155. },
  156. {
  157. "path": "pages/my/complaint/list/index",
  158. "style": {
  159. "navigationBarTitleText": "投诉管理"
  160. }
  161. },
  162. {
  163. "path": "pages/my/complaint/submit/index",
  164. "style": {
  165. "navigationBarTitleText": "提交投诉"
  166. }
  167. },
  168. {
  169. "path": "pages/my/fee/statistics/index",
  170. "style": {
  171. "navigationBarTitleText": "服务费统计"
  172. }
  173. }
  174. ],
  175. "globalStyle": {
  176. "navigationBarTextStyle": "black",
  177. "navigationBarTitleText": "宠物服务商家端",
  178. "navigationBarBackgroundColor": "#f7ca3e",
  179. "backgroundColor": "#f2f2f2",
  180. "app-plus": {
  181. "background": "#f2f2f2"
  182. }
  183. }
  184. }