pages.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. {
  2. "easycom": {
  3. "custom": {
  4. "geek-(.*)": "@/components/geek-xd/components/geek-$1/geek-$1.vue",
  5. "gx-(.*)": "@/components/geek-xd/components/geek-$1/geek-$1.vue",
  6. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  7. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  8. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
  9. "up-grid": "uview-plus/components/u-grid/u-grid",
  10. "up-grid-item": "uview-plus/components/u-grid-item/u-grid-item"
  11. }
  12. },
  13. "pages": [
  14. {
  15. "path": "pages/index",
  16. "style": {
  17. "navigationBarTitleText": "金邻助家"
  18. }
  19. },
  20. {
  21. "path": "pages/login",
  22. "style": {
  23. "navigationBarTitleText": "登录"
  24. }
  25. },
  26. {
  27. "path": "pages/UserSelection",
  28. "style": {
  29. "navigationBarTitleText": "用户选择"
  30. }
  31. },
  32. {
  33. "path": "pages/work",
  34. "style": {
  35. "navigationBarTitleText": "工作台"
  36. }
  37. },
  38. {
  39. "path": "pages/classify",
  40. "style": {
  41. "navigationBarTitleText": "分类"
  42. }
  43. },
  44. {
  45. "path": "pages/mine",
  46. "style": {
  47. "navigationBarTitleText": "我的"
  48. }
  49. }
  50. ],
  51. "subPackages": [{
  52. "root": "pages_home/",
  53. "pages": [
  54. {
  55. "path": "pages/client/details",
  56. "style": {
  57. "navigationBarTitleText": "孩子陪护"
  58. }
  59. },
  60. {
  61. "path": "pages/register/index",
  62. "style": {
  63. "navigationBarTitleText": "注册"
  64. }
  65. },
  66. {
  67. "path": "pages/details/index",
  68. "style": {
  69. "navigationBarTitleText": "注册详情"
  70. }
  71. },
  72. {
  73. "path": "pages/Volunteerside/goodsDetails",
  74. "style": {
  75. "navigationBarTitleText": "详情"
  76. }
  77. },
  78. {"path": "components/cc-selectDity/cc-selectDity"},
  79. {"path": "components/cust-form/index"},
  80. {"path": "components/font-title/index"},
  81. {"path": "components/picker/index"},
  82. {"path": "components/updata-imgs/index"}
  83. ]
  84. },
  85. {
  86. "root": "pages_orderuser/pages",
  87. "pages": [{
  88. "path": "order/orderdetails",
  89. "style": {
  90. "navigationBarTitleText": "消息"
  91. }
  92. },
  93. {
  94. "path": "talk/pages/index/index",
  95. "style": {
  96. "navigationBarTitleText": "消息"
  97. }
  98. }
  99. ]
  100. },
  101. {
  102. "root": "pages_mine",
  103. "pages": [
  104. {
  105. "path": "pages/wallet/index",
  106. "style": {
  107. "navigationBarTitleText": "钱包"
  108. }
  109. },
  110. {
  111. "path": "pages/bad/index",
  112. "style": {
  113. "navigationBarTitleText": "差评申述"
  114. }
  115. },
  116. {
  117. "path": "pages/withdrawal/index",
  118. "style": {
  119. "navigationBarTitleText": "提现"
  120. }
  121. },
  122. {
  123. "path": "pages/income/index",
  124. "style": {
  125. "navigationBarTitleText": "收入明细"
  126. }
  127. },
  128. {
  129. "path": "pages/addBankCard/index",
  130. "style": {
  131. "navigationBarTitleText": "添加银行卡"
  132. }
  133. },
  134. {
  135. "path": "pages/bankCardDetails/index",
  136. "style": {
  137. "navigationBarTitleText": "银行卡详情"
  138. }
  139. },
  140. {
  141. "path": "pages/appeal/index",
  142. "style": {
  143. "navigationBarTitleText": "银行卡详情"
  144. }
  145. },
  146. {
  147. "path": "pages/setupUser/index",
  148. "style": {
  149. "navigationBarTitleText": "设置"
  150. }
  151. },
  152. {
  153. "path": "pages/setupUser/Address",
  154. "style": {
  155. "navigationBarTitleText": "设置"
  156. }
  157. },
  158. {"path": "components/bank-item/bank-item"},
  159. {"path": "components/pickerAddress/pickerAddress"},
  160. {"path": "components/setupUser/Add"}
  161. ]
  162. },
  163. {
  164. "root": "pages_template/",
  165. "pages": [
  166. {
  167. "path": "pages/citySelect/index",
  168. "style": {
  169. "navigationBarTitleText": "城市选择"
  170. }
  171. },
  172. {
  173. "path": "pages/submitBar/index",
  174. "style": {
  175. "navigationBarTitleText": "提交订单栏"
  176. }
  177. },
  178. {
  179. "path": "pages/comment/index",
  180. "style": {
  181. "navigationBarTitleText": "评论"
  182. }
  183. },
  184. {
  185. "path": "pages/comment/reply",
  186. "style": {
  187. "navigationBarTitleText": "评论详情"
  188. }
  189. },
  190. {
  191. "path": "pages/order/index",
  192. "style": {
  193. "navigationBarTitleText": "订单"
  194. }
  195. },
  196. {
  197. "path": "pages/login/code",
  198. "style": {
  199. "navigationBarTitleText": "登录获取验证码"
  200. }
  201. },
  202. {
  203. "path": "pages/address/index",
  204. "style": {
  205. "navigationBarTitleText": "用户地址"
  206. }
  207. },
  208. {
  209. "path": "pages/address/addSite",
  210. "style": {
  211. "navigationBarTitleText": "添加用户地址"
  212. }
  213. },
  214. {"path": "components/u-city-select/u-city-select"}
  215. ]
  216. },
  217. {
  218. "root": "pages_classify",
  219. "pages": [{
  220. "path": "pages/handle/index",
  221. "style": {
  222. "navigationBarTitleText": "订单处理"
  223. }
  224. },
  225. {
  226. "path": "pages/order/index",
  227. "style": {
  228. "navigationBarTitleText": "订单详情"
  229. }
  230. },
  231. {
  232. "path": "pages/orderItem/orderdetails",
  233. "style": {
  234. "navigationBarTitleText": "详情"
  235. }
  236. },
  237. {"path": "components/PositioningMap/index"},
  238. {"path": "components/Slide/index"}
  239. ]
  240. }
  241. ],
  242. "tabBar": {
  243. "color": "#000000",
  244. "selectedColor": "#000000",
  245. "borderStyle": "white",
  246. "backgroundColor": "#ffffff",
  247. "list": [{
  248. "pagePath": "pages/index",
  249. "iconPath": "static/images/tabbar/home.png",
  250. "selectedIconPath": "static/images/tabbar/home_.png",
  251. "text": "首页"
  252. },
  253. {
  254. "pagePath": "pages/classify",
  255. "iconPath": "static/images/tabbar/work.png",
  256. "selectedIconPath": "static/images/tabbar/work_.png",
  257. "text": "订单"
  258. },
  259. {
  260. "pagePath": "pages/mine",
  261. "iconPath": "static/images/tabbar/mine.png",
  262. "selectedIconPath": "static/images/tabbar/mine_.png",
  263. "text": "我的"
  264. }
  265. ]
  266. },
  267. "globalStyle": {
  268. "navigationBarTextStyle": "black",
  269. "navigationBarTitleText": "RuoYi",
  270. "navigationBarBackgroundColor": "#FFFFFF"
  271. }
  272. }