pages.json 5.9 KB

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