pages.json 7.0 KB

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