pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/order/list/index",
  25. "style": {
  26. "navigationBarTitleText": "订单列表",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/my/index",
  32. "style": {
  33. "navigationBarTitleText": "我的",
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/login/index",
  39. "style": {
  40. "navigationBarTitleText": "登录",
  41. "navigationStyle": "custom"
  42. }
  43. },
  44. {
  45. "path": "pages/service/detail/index",
  46. "style": {
  47. "navigationBarTitleText": "服务详情",
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/service/review/index",
  53. "style": {
  54. "navigationBarTitleText": "全部评价",
  55. "navigationStyle": "custom"
  56. }
  57. },
  58. {
  59. "path": "pages/order/apply/index",
  60. "style": {
  61. "navigationBarTitleText": "订单申请",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "pages/order/detail/index",
  67. "style": {
  68. "navigationBarTitleText": "订单详情",
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "pages/store/apply/index",
  74. "style": {
  75. "navigationBarTitleText": "商家入驻",
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path": "pages/my/pet/list/index",
  81. "style": {
  82. "navigationBarTitleText": "宠物档案",
  83. "navigationStyle": "custom"
  84. }
  85. },
  86. {
  87. "path": "pages/my/pet/edit/index",
  88. "style": {
  89. "navigationBarTitleText": "编辑宠物",
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "pages/my/pet/add/index",
  95. "style": {
  96. "navigationBarTitleText": "新增宠物",
  97. "navigationStyle": "custom"
  98. }
  99. },
  100. {
  101. "path": "pages/my/pet/detail/index",
  102. "style": {
  103. "navigationBarTitleText": "宠物详情",
  104. "navigationStyle": "custom"
  105. }
  106. },
  107. {
  108. "path": "pages/my/user/list/index",
  109. "style": {
  110. "navigationBarTitleText": "用户管理",
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path": "pages/my/user/edit/index",
  116. "style": {
  117. "navigationBarTitleText": "编辑用户",
  118. "navigationStyle": "custom"
  119. }
  120. },
  121. {
  122. "path": "pages/my/user/add/index",
  123. "style": {
  124. "navigationBarTitleText": "新增用户",
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. "path": "pages/my/user/detail/index",
  130. "style": {
  131. "navigationBarTitleText": "用户详情",
  132. "navigationStyle": "custom"
  133. }
  134. },
  135. {
  136. "path": "pages/my/review/list/index",
  137. "style": {
  138. "navigationBarTitleText": "我的评价",
  139. "navigationStyle": "custom"
  140. }
  141. },
  142. {
  143. "path": "pages/my/agreement/list/index",
  144. "style": {
  145. "navigationBarTitleText": "协议中心",
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path": "pages/my/agreement/detail/index",
  151. "style": {
  152. "navigationBarTitleText": "协议详情",
  153. "navigationStyle": "custom"
  154. }
  155. },
  156. {
  157. "path": "pages/my/settings/index",
  158. "style": {
  159. "navigationBarTitleText": "设置",
  160. "navigationStyle": "custom"
  161. }
  162. },
  163. {
  164. "path": "pages/my/settings/account-delete/index",
  165. "style": {
  166. "navigationBarTitleText": "账号注销",
  167. "navigationStyle": "custom"
  168. }
  169. },
  170. {
  171. "path": "pages/my/settings/change-password/index",
  172. "style": {
  173. "navigationBarTitleText": "修改密码",
  174. "navigationStyle": "custom"
  175. }
  176. },
  177. {
  178. "path": "pages/my/complaint/list/index",
  179. "style": {
  180. "navigationBarTitleText": "投诉管理",
  181. "navigationStyle": "custom"
  182. }
  183. },
  184. {
  185. "path": "pages/my/complaint/submit/index",
  186. "style": {
  187. "navigationBarTitleText": "提交投诉",
  188. "navigationStyle": "custom"
  189. }
  190. },
  191. {
  192. "path": "pages/my/fee/statistics/index",
  193. "style": {
  194. "navigationBarTitleText": "服务费统计",
  195. "navigationStyle": "custom"
  196. }
  197. }
  198. ],
  199. "globalStyle": {
  200. "navigationStyle": "custom",
  201. "navigationBarTextStyle": "black",
  202. "navigationBarTitleText": "宠物服务商家端",
  203. "navigationBarBackgroundColor": "#ffffff",
  204. "backgroundColor": "#f2f2f2",
  205. "app-plus": {
  206. "background": "#f2f2f2"
  207. }
  208. }
  209. }