pages.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  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. "path": "pages/login/index",
  85. "style": {
  86. "navigationBarTitleText": "隐私协议"
  87. }
  88. }
  89. ]
  90. },
  91. {
  92. "root": "pages_orderuser/pages",
  93. "pages": [{
  94. "path": "order/orderdetails",
  95. "style": {
  96. "navigationBarTitleText": "消息"
  97. }
  98. },
  99. {
  100. "path": "talk/pages/index/index",
  101. "style": {
  102. "navigationBarTitleText": "消息"
  103. }
  104. }
  105. ]
  106. },
  107. {
  108. "root": "pages_mine",
  109. "pages": [
  110. {
  111. "path": "pages/wallet/index",
  112. "style": {
  113. "navigationBarTitleText": "钱包"
  114. }
  115. },
  116. {
  117. "path": "pages/bad/index",
  118. "style": {
  119. "navigationBarTitleText": "差评申述"
  120. }
  121. },
  122. {
  123. "path": "pages/withdrawal/index",
  124. "style": {
  125. "navigationBarTitleText": "提现"
  126. }
  127. },
  128. {
  129. "path": "pages/income/index",
  130. "style": {
  131. "navigationBarTitleText": "收入明细"
  132. }
  133. },
  134. {
  135. "path": "pages/addBankCard/index",
  136. "style": {
  137. "navigationBarTitleText": "添加银行卡"
  138. }
  139. },
  140. {
  141. "path": "pages/bankCardDetails/index",
  142. "style": {
  143. "navigationBarTitleText": "银行卡详情"
  144. }
  145. },
  146. {
  147. "path": "pages/appeal/index",
  148. "style": {
  149. "navigationBarTitleText": "银行卡详情"
  150. }
  151. },
  152. {
  153. "path": "pages/setupUser/index",
  154. "style": {
  155. "navigationBarTitleText": "设置"
  156. }
  157. },
  158. {
  159. "path": "pages/setupUser/Address",
  160. "style": {
  161. "navigationBarTitleText": "新增地址"
  162. }
  163. },
  164. {
  165. "path": "pages/selectAddress/index",
  166. "style": {
  167. "navigationBarTitleText": "服务地址"
  168. }
  169. },
  170. {
  171. "path": "pages/selectAddress/edit",
  172. "style": {
  173. "navigationBarTitleText": "服务地址修改"
  174. }
  175. }
  176. ]
  177. },
  178. {
  179. "root": "pages_template/",
  180. "pages": [
  181. {
  182. "path": "pages/citySelect/index",
  183. "style": {
  184. "navigationBarTitleText": "城市选择"
  185. }
  186. },
  187. {
  188. "path": "pages/submitBar/index",
  189. "style": {
  190. "navigationBarTitleText": "提交订单栏"
  191. }
  192. },
  193. {
  194. "path": "pages/comment/index",
  195. "style": {
  196. "navigationBarTitleText": "评论"
  197. }
  198. },
  199. {
  200. "path": "pages/comment/reply",
  201. "style": {
  202. "navigationBarTitleText": "评论详情"
  203. }
  204. },
  205. {
  206. "path": "pages/order/index",
  207. "style": {
  208. "navigationBarTitleText": "订单"
  209. }
  210. },
  211. {
  212. "path": "pages/login/code",
  213. "style": {
  214. "navigationBarTitleText": "登录获取验证码"
  215. }
  216. },
  217. {
  218. "path": "pages/address/index",
  219. "style": {
  220. "navigationBarTitleText": "用户地址"
  221. }
  222. },
  223. {
  224. "path": "pages/address/addSite",
  225. "style": {
  226. "navigationBarTitleText": "添加用户地址"
  227. }
  228. },
  229. {"path": "components/u-city-select/u-city-select"}
  230. ]
  231. },
  232. {
  233. "root": "pages_classify",
  234. "pages": [{
  235. "path": "pages/handle/index",
  236. "style": {
  237. "navigationBarTitleText": "订单处理"
  238. }
  239. },
  240. {
  241. "path": "pages/order/index",
  242. "style": {
  243. "navigationBarTitleText": "订单详情"
  244. }
  245. },
  246. {
  247. "path": "pages/orderItem/orderdetails",
  248. "style": {
  249. "navigationBarTitleText": "详情"
  250. }
  251. },
  252. {"path": "components/PositioningMap/index"},
  253. {"path": "components/Slide/index"}
  254. ]
  255. }
  256. ],
  257. "tabBar": {
  258. "color": "#000000",
  259. "selectedColor": "#000000",
  260. "borderStyle": "white",
  261. "backgroundColor": "#ffffff",
  262. "list": [{
  263. "pagePath": "pages/index",
  264. "iconPath": "static/images/tabbar/home.png",
  265. "selectedIconPath": "static/images/tabbar/home_.png",
  266. "text": "首页"
  267. },
  268. {
  269. "pagePath": "pages/classify",
  270. "iconPath": "static/images/tabbar/work.png",
  271. "selectedIconPath": "static/images/tabbar/work_.png",
  272. "text": "订单"
  273. },
  274. {
  275. "pagePath": "pages/mine",
  276. "iconPath": "static/images/tabbar/mine.png",
  277. "selectedIconPath": "static/images/tabbar/mine_.png",
  278. "text": "我的"
  279. }
  280. ]
  281. },
  282. "globalStyle": {
  283. "navigationBarTextStyle": "black",
  284. "navigationBarTitleText": "RuoYi",
  285. "navigationBarBackgroundColor": "#FFFFFF"
  286. }
  287. }