pages.json 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. {
  2. "easycom": {
  3. "custom": {
  4. "u-city-select": "@/components/u-city-select/u-city-select.vue",
  5. "geek-(.*)": "@/components/geek-xd/components/geek-$1/geek-$1.vue",
  6. "gx-(.*)": "@/components/geek-xd/components/geek-$1/geek-$1.vue",
  7. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  8. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  9. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
  10. "qiun-(.*)": "@/components/qiun-data-charts/components/qiun-$1/qiun-$1.vue",
  11. "up-grid": "uview-plus/components/u-grid/u-grid",
  12. "up-grid-item": "uview-plus/components/u-grid-item/u-grid-item"
  13. }
  14. },
  15. "pages": [{
  16. "path": "pages/index",
  17. "style": {
  18. "navigationBarTitleText": "金邻助家"
  19. // "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/login",
  24. "style": {
  25. "navigationBarTitleText": "登录"
  26. }
  27. },
  28. {
  29. "path": "pages/UserSelection",
  30. "style": {
  31. "navigationBarTitleText": "用户选择"
  32. }
  33. },
  34. {
  35. "path": "pages/work",
  36. "style": {
  37. "navigationBarTitleText": "工作台"
  38. }
  39. },
  40. {
  41. "path": "pages/classify",
  42. "style": {
  43. "navigationBarTitleText": "分类"
  44. }
  45. },
  46. {
  47. "path": "pages/mine",
  48. "style": {
  49. "navigationBarTitleText": "我的"
  50. }
  51. },
  52. {
  53. "path": "pages/common/webview/index",
  54. "style": {
  55. "navigationBarTitleText": "浏览网页"
  56. }
  57. },
  58. {
  59. "path": "pages/common/textview/index",
  60. "style": {
  61. "navigationBarTitleText": "浏览文本"
  62. }
  63. }
  64. // {
  65. // "path": "pages/goodsDetails/goodsDetails",
  66. // "style": {
  67. // "navigationBarTitleText": "详情"
  68. // }
  69. // }
  70. ],
  71. "subPackages": [{
  72. "root": "pages_home/pages",
  73. "pages": [{
  74. "path": "client/details",
  75. "style": {
  76. "navigationBarTitleText": "孩子陪护"
  77. }
  78. },
  79. {
  80. "path": "register/index",
  81. "style": {
  82. "navigationBarTitleText": "注册"
  83. }
  84. },
  85. {
  86. "path": "details/index",
  87. "style": {
  88. "navigationBarTitleText": "注册详情"
  89. }
  90. },
  91. {
  92. "path": "Volunteerside/goodsDetails",
  93. "style": {
  94. "navigationBarTitleText": "详情"
  95. }
  96. }
  97. ]
  98. },
  99. {
  100. "root": "pages_orderuser/pages",
  101. "pages": [{
  102. "path": "order/orderdetails",
  103. "style": {
  104. "navigationBarTitleText": "消息"
  105. }
  106. },
  107. {
  108. "path": "talk/pages/index/index",
  109. "style": {
  110. "navigationBarTitleText": "消息"
  111. }
  112. }
  113. ]
  114. },
  115. {
  116. "root": "pages_mine/pages",
  117. "pages": [{
  118. "path": "wallet/index",
  119. "style": {
  120. "navigationBarTitleText": "钱包"
  121. }
  122. },
  123. {
  124. "path": "bad/index",
  125. "style": {
  126. "navigationBarTitleText": "差评申述"
  127. }
  128. },
  129. {
  130. "path": "withdrawal/index",
  131. "style": {
  132. "navigationBarTitleText": "提现"
  133. }
  134. },
  135. {
  136. "path": "income/index",
  137. "style": {
  138. "navigationBarTitleText": "收入明细"
  139. }
  140. },
  141. {
  142. "path": "addBankCard/index",
  143. "style": {
  144. "navigationBarTitleText": "添加银行卡"
  145. }
  146. },
  147. {
  148. "path": "bankCardDetails/index",
  149. "style": {
  150. "navigationBarTitleText": "银行卡详情"
  151. }
  152. },
  153. {
  154. "path": "appeal/index",
  155. "style": {
  156. "navigationBarTitleText": "银行卡详情"
  157. }
  158. },
  159. // {
  160. // "path": "serviceInforMation/index",
  161. // "style": {
  162. // "navigationBarTitleText": "设置"
  163. // }
  164. // },
  165. {
  166. "path": "setupUser/index",
  167. "style": {
  168. "navigationBarTitleText": "设置"
  169. }
  170. },
  171. {
  172. "path": "setupUser/Address",
  173. "style": {
  174. "navigationBarTitleText": "设置"
  175. }
  176. },
  177. {
  178. "path": "selectAddress/index",
  179. "style": {
  180. "navigationBarTitleText": "服务地址"
  181. }
  182. },
  183. {
  184. "path": "selectAddress/edit",
  185. "style": {
  186. "navigationBarTitleText": "服务地址修改"
  187. }
  188. }
  189. ]
  190. },
  191. {
  192. "root": "pages_template/pages",
  193. "pages": [{
  194. "path": "wxCenter/index",
  195. "style": {
  196. "navigationBarTitleText": "wxCenter 仿微信个人中心",
  197. "navigationStyle": "custom"
  198. }
  199. },
  200. {
  201. "path": "keyboardPay/index",
  202. "style": {
  203. "navigationBarTitleText": "keyboardPay 自定义键盘支付"
  204. }
  205. },
  206. {
  207. "path": "mallMenu/index2",
  208. "style": {
  209. "navigationBarTitleText": "mallMenu-商城分类"
  210. }
  211. },
  212. {
  213. "path": "mallMenu/index1",
  214. "style": {
  215. "navigationBarTitleText": "mallMenu-商城分类"
  216. }
  217. },
  218. {
  219. "path": "coupon/index",
  220. "style": {
  221. "navigationBarTitleText": "coupon-优惠券"
  222. }
  223. },
  224. {
  225. "path": "login/index1",
  226. "style": {
  227. "navigationBarTitleText": "美团登录"
  228. }
  229. },
  230. {
  231. "path": "login/index2",
  232. "style": {
  233. "navigationBarTitleText": "水滴登录"
  234. }
  235. },
  236. {
  237. "path": "citySelect/index",
  238. "style": {
  239. "navigationBarTitleText": "城市选择"
  240. }
  241. },
  242. {
  243. "path": "submitBar/index",
  244. "style": {
  245. "navigationBarTitleText": "提交订单栏"
  246. }
  247. },
  248. {
  249. "path": "comment/index",
  250. "style": {
  251. "navigationBarTitleText": "评论"
  252. }
  253. },
  254. {
  255. "path": "comment/reply",
  256. "style": {
  257. "navigationBarTitleText": "评论详情"
  258. }
  259. },
  260. {
  261. "path": "order/index",
  262. "style": {
  263. "navigationBarTitleText": "订单"
  264. }
  265. },
  266. {
  267. "path": "login/code",
  268. "style": {
  269. "navigationBarTitleText": "登录获取验证码"
  270. }
  271. },
  272. {
  273. "path": "address/index",
  274. "style": {
  275. "navigationBarTitleText": "用户地址"
  276. }
  277. },
  278. {
  279. "path": "address/addSite",
  280. "style": {
  281. "navigationBarTitleText": "添加用户地址"
  282. }
  283. }
  284. ]
  285. },
  286. {
  287. "root": "pages_classify/pages",
  288. "pages": [{
  289. "path": "handle/index",
  290. "style": {
  291. "navigationBarTitleText": "订单处理"
  292. }
  293. },
  294. {
  295. "path": "order/index",
  296. "style": {
  297. "navigationBarTitleText": "订单详情"
  298. }
  299. },
  300. {
  301. "path": "orderItem/orderdetails",
  302. "style": {
  303. "navigationBarTitleText": "详情"
  304. }
  305. }
  306. ]
  307. },
  308. {
  309. "root": "pages_qiun/pages",
  310. "pages": [{
  311. "path": "sport/index",
  312. "style": {
  313. "pageOrientation": "auto"
  314. }
  315. },
  316. {
  317. "path": "school/index",
  318. "style": {
  319. "pageOrientation": "auto"
  320. }
  321. },
  322. {
  323. "path": "finance/index",
  324. "style": {
  325. "pageOrientation": "auto"
  326. }
  327. },
  328. {
  329. "path": "main/index",
  330. "style": {
  331. "pageOrientation": "auto"
  332. }
  333. }
  334. ]
  335. },
  336. {
  337. "root": "pages_geek/pages",
  338. "pages": [{
  339. "path": "index/index"
  340. },
  341. {
  342. "path": "code/index"
  343. }
  344. ]
  345. }
  346. ],
  347. "tabBar": {
  348. "color": "#000000",
  349. "selectedColor": "#000000",
  350. "borderStyle": "white",
  351. "backgroundColor": "#ffffff",
  352. "list": [{
  353. "pagePath": "pages/index",
  354. "iconPath": "static/images/tabbar/home.png",
  355. "selectedIconPath": "static/images/tabbar/home_.png",
  356. "text": "首页"
  357. },
  358. {
  359. "pagePath": "pages/classify",
  360. "iconPath": "static/images/tabbar/work.png",
  361. "selectedIconPath": "static/images/tabbar/work_.png",
  362. "text": "订单"
  363. },
  364. {
  365. "pagePath": "pages/mine",
  366. "iconPath": "static/images/tabbar/mine.png",
  367. "selectedIconPath": "static/images/tabbar/mine_.png",
  368. "text": "我的"
  369. }
  370. ]
  371. },
  372. "globalStyle": {
  373. "navigationBarTextStyle": "black",
  374. "navigationBarTitleText": "RuoYi",
  375. "navigationBarBackgroundColor": "#FFFFFF"
  376. }
  377. }