pages.json 6.0 KB

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