pages.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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. },
  90. {
  91. "root": "pages_orderuser/pages",
  92. "pages": [
  93. {
  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/pages",
  109. "pages": [
  110. {
  111. "path": "wallet/index",
  112. "style": {
  113. "navigationBarTitleText": "钱包"
  114. }
  115. },
  116. {
  117. "path": "bad/index",
  118. "style": {
  119. "navigationBarTitleText": "差评申述"
  120. }
  121. },
  122. {
  123. "path": "withdrawal/index",
  124. "style": {
  125. "navigationBarTitleText": "提现"
  126. }
  127. },
  128. {
  129. "path": "income/index",
  130. "style": {
  131. "navigationBarTitleText": "收入明细"
  132. }
  133. },
  134. {
  135. "path": "addBankCard/index",
  136. "style": {
  137. "navigationBarTitleText": "添加银行卡"
  138. }
  139. },
  140. {
  141. "path": "bankCardDetails/index",
  142. "style": {
  143. "navigationBarTitleText": "银行卡详情"
  144. }
  145. },
  146. {
  147. "path": "appeal/index",
  148. "style": {
  149. "navigationBarTitleText": "银行卡详情"
  150. }
  151. }
  152. ]
  153. },
  154. {
  155. "root": "pages_template/pages",
  156. "pages": [{
  157. "path": "wxCenter/index",
  158. "style": {
  159. "navigationBarTitleText": "wxCenter 仿微信个人中心",
  160. "navigationStyle": "custom"
  161. }
  162. },
  163. {
  164. "path": "keyboardPay/index",
  165. "style": {
  166. "navigationBarTitleText": "keyboardPay 自定义键盘支付"
  167. }
  168. },
  169. {
  170. "path": "mallMenu/index2",
  171. "style": {
  172. "navigationBarTitleText": "mallMenu-商城分类"
  173. }
  174. },
  175. {
  176. "path": "mallMenu/index1",
  177. "style": {
  178. "navigationBarTitleText": "mallMenu-商城分类"
  179. }
  180. },
  181. {
  182. "path": "coupon/index",
  183. "style": {
  184. "navigationBarTitleText": "coupon-优惠券"
  185. }
  186. },
  187. {
  188. "path": "login/index1",
  189. "style": {
  190. "navigationBarTitleText": "美团登录"
  191. }
  192. },
  193. {
  194. "path": "login/index2",
  195. "style": {
  196. "navigationBarTitleText": "水滴登录"
  197. }
  198. },
  199. {
  200. "path": "citySelect/index",
  201. "style": {
  202. "navigationBarTitleText": "城市选择"
  203. }
  204. },
  205. {
  206. "path": "submitBar/index",
  207. "style": {
  208. "navigationBarTitleText": "提交订单栏"
  209. }
  210. },
  211. {
  212. "path": "comment/index",
  213. "style": {
  214. "navigationBarTitleText": "评论"
  215. }
  216. },
  217. {
  218. "path": "comment/reply",
  219. "style": {
  220. "navigationBarTitleText": "评论详情"
  221. }
  222. },
  223. {
  224. "path": "order/index",
  225. "style": {
  226. "navigationBarTitleText": "订单"
  227. }
  228. },
  229. {
  230. "path": "login/code",
  231. "style": {
  232. "navigationBarTitleText": "登录获取验证码"
  233. }
  234. },
  235. {
  236. "path": "address/index",
  237. "style": {
  238. "navigationBarTitleText": "用户地址"
  239. }
  240. },
  241. {
  242. "path": "address/addSite",
  243. "style": {
  244. "navigationBarTitleText": "添加用户地址"
  245. }
  246. }
  247. ]
  248. },
  249. {
  250. "root": "pages_classify/pages",
  251. "pages": [
  252. {
  253. "path": "handle/index",
  254. "style": {
  255. "navigationBarTitleText": "订单处理"
  256. }
  257. },
  258. {
  259. "path": "order/index",
  260. "style": {
  261. "navigationBarTitleText": "订单详情"
  262. }
  263. },
  264. {
  265. "path": "orderItem/orderdetails",
  266. "style": {
  267. "navigationBarTitleText": "详情"
  268. }
  269. }
  270. ]
  271. },
  272. {
  273. "root": "pages_qiun/pages",
  274. "pages": [{
  275. "path": "sport/index",
  276. "style": {
  277. "pageOrientation": "auto"
  278. }
  279. },
  280. {
  281. "path": "school/index",
  282. "style": {
  283. "pageOrientation": "auto"
  284. }
  285. },
  286. {
  287. "path": "finance/index",
  288. "style": {
  289. "pageOrientation": "auto"
  290. }
  291. },
  292. {
  293. "path": "main/index",
  294. "style": {
  295. "pageOrientation": "auto"
  296. }
  297. }
  298. ]
  299. },
  300. {
  301. "root": "pages_geek/pages",
  302. "pages": [{
  303. "path": "index/index"
  304. },
  305. {
  306. "path": "code/index"
  307. }
  308. ]
  309. }
  310. ],
  311. "tabBar": {
  312. "color": "#000000",
  313. "selectedColor": "#000000",
  314. "borderStyle": "white",
  315. "backgroundColor": "#ffffff",
  316. "list": [
  317. {
  318. "pagePath": "pages/index",
  319. "iconPath": "static/images/tabbar/home.png",
  320. "selectedIconPath": "static/images/tabbar/home_.png",
  321. "text": "首页"
  322. },
  323. {
  324. "pagePath": "pages/classify",
  325. "iconPath": "static/images/tabbar/work.png",
  326. "selectedIconPath": "static/images/tabbar/work_.png",
  327. "text": "订单"
  328. },
  329. {
  330. "pagePath": "pages/mine",
  331. "iconPath": "static/images/tabbar/mine.png",
  332. "selectedIconPath": "static/images/tabbar/mine_.png",
  333. "text": "我的"
  334. }
  335. ]
  336. },
  337. "globalStyle": {
  338. "navigationBarTextStyle": "black",
  339. "navigationBarTitleText": "RuoYi",
  340. "navigationBarBackgroundColor": "#FFFFFF"
  341. }
  342. }