pages.json 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  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/template",
  43. // "style": {
  44. // "navigationBarTitleText": "模板"
  45. // }
  46. // },
  47. {
  48. "path": "pages/classify",
  49. "style": {
  50. "navigationBarTitleText": "分类"
  51. }
  52. },
  53. {
  54. "path": "pages/mine",
  55. "style": {
  56. "navigationBarTitleText": "我的"
  57. }
  58. },
  59. {
  60. "path": "pages/common/webview/index",
  61. "style": {
  62. "navigationBarTitleText": "浏览网页"
  63. }
  64. },
  65. {
  66. "path": "pages/common/textview/index",
  67. "style": {
  68. "navigationBarTitleText": "浏览文本"
  69. }
  70. },
  71. {
  72. "path": "pages/goodsDetails/goodsDetails",
  73. "style": {
  74. "navigationBarTitleText": "详情"
  75. }
  76. },
  77. {
  78. "path" : "pages/register/register",
  79. "style" :
  80. {
  81. "navigationBarTitleText" : "注册"
  82. }
  83. },
  84. {
  85. "path" : "pages/myCenter/wallet",
  86. "style" :
  87. {
  88. "navigationBarTitleText" : "钱包"
  89. }
  90. },
  91. {
  92. "path" : "pages/myCenter/withdrawal",
  93. "style" :
  94. {
  95. "navigationBarTitleText" : "提现"
  96. }
  97. },
  98. {
  99. "path" : "pages/myCenter/income",
  100. "style" :
  101. {
  102. "navigationBarTitleText" : "收入明细"
  103. }
  104. },
  105. {
  106. "path" : "pages/myCenter/addBankCard",
  107. "style" :
  108. {
  109. "navigationBarTitleText" : "添加银行卡"
  110. }
  111. },
  112. {
  113. "path" : "pages/myCenter/bankCardDetails",
  114. "style" :
  115. {
  116. "navigationBarTitleText" : "银行卡详情"
  117. }
  118. },
  119. {
  120. "path" : "pages/myCenter/bad",
  121. "style" :
  122. {
  123. "navigationBarTitleText" : "差评申诉"
  124. }
  125. },
  126. {
  127. "path" : "pages/myCenter/appeal",
  128. "style" :
  129. {
  130. "navigationBarTitleText" : "申诉"
  131. }
  132. },
  133. {
  134. "path" : "pages/talk/pages/index/index",
  135. "style" :
  136. {
  137. "navigationBarTitleText" : "消息"
  138. }
  139. }
  140. // ,{
  141. // "path" : "components/Volunteerside/Volunteerside",
  142. // "style" :
  143. // {
  144. // "navigationBarTitleText": "",
  145. // "enablePullDownRefresh": false
  146. // }
  147. // }
  148. // ,{
  149. // "path" : "static/imageDetails/imageDetails",
  150. // "style" :
  151. // {
  152. // "navigationBarTitleText": "",
  153. // "enablePullDownRefresh": false
  154. // }
  155. // }
  156. ],
  157. "subPackages": [
  158. {
  159. "root": "pages_home/pages",
  160. "pages": [
  161. {
  162. "path": "client/details",
  163. "style": {
  164. "navigationBarTitleText": "家庭辅导"
  165. }
  166. }
  167. ]
  168. },
  169. {
  170. "root": "pages_orderuser/pages",
  171. "pages": [
  172. {
  173. "path": "order/orderdetails",
  174. "style": {
  175. "navigationBarTitleText": "消息"
  176. }
  177. }
  178. ]
  179. },
  180. {
  181. "root": "pages_mine/pages",
  182. "pages": [{
  183. "path": "avatar/index",
  184. "style": {
  185. "navigationBarTitleText": "修改头像"
  186. }
  187. },
  188. {
  189. "path": "info/index",
  190. "style": {
  191. "navigationBarTitleText": "个人信息"
  192. }
  193. },
  194. {
  195. "path": "info/edit",
  196. "style": {
  197. "navigationBarTitleText": "编辑资料"
  198. }
  199. },
  200. {
  201. "path": "pwd/index",
  202. "style": {
  203. "navigationBarTitleText": "修改密码"
  204. }
  205. },
  206. {
  207. "path": "setting/index",
  208. "style": {
  209. "navigationBarTitleText": "应用设置"
  210. }
  211. },
  212. {
  213. "path": "help/index",
  214. "style": {
  215. "navigationBarTitleText": "常见问题"
  216. }
  217. },
  218. {
  219. "path": "about/index",
  220. "style": {
  221. "navigationBarTitleText": "关于我们"
  222. }
  223. }
  224. ]
  225. },
  226. {
  227. "root": "pages_template/pages",
  228. "pages": [{
  229. "path": "wxCenter/index",
  230. "style": {
  231. "navigationBarTitleText": "wxCenter 仿微信个人中心",
  232. "navigationStyle": "custom"
  233. }
  234. },
  235. {
  236. "path": "keyboardPay/index",
  237. "style": {
  238. "navigationBarTitleText": "keyboardPay 自定义键盘支付"
  239. }
  240. },
  241. {
  242. "path": "mallMenu/index2",
  243. "style": {
  244. "navigationBarTitleText": "mallMenu-商城分类"
  245. }
  246. },
  247. {
  248. "path": "mallMenu/index1",
  249. "style": {
  250. "navigationBarTitleText": "mallMenu-商城分类"
  251. }
  252. },
  253. {
  254. "path": "coupon/index",
  255. "style": {
  256. "navigationBarTitleText": "coupon-优惠券"
  257. }
  258. },
  259. {
  260. "path": "login/index1",
  261. "style": {
  262. "navigationBarTitleText": "美团登录"
  263. }
  264. },
  265. {
  266. "path": "login/index2",
  267. "style": {
  268. "navigationBarTitleText": "水滴登录"
  269. }
  270. },
  271. {
  272. "path": "citySelect/index",
  273. "style": {
  274. "navigationBarTitleText": "城市选择"
  275. }
  276. },
  277. {
  278. "path": "submitBar/index",
  279. "style": {
  280. "navigationBarTitleText": "提交订单栏"
  281. }
  282. },
  283. {
  284. "path": "comment/index",
  285. "style": {
  286. "navigationBarTitleText": "评论"
  287. }
  288. },
  289. {
  290. "path": "comment/reply",
  291. "style": {
  292. "navigationBarTitleText": "评论详情"
  293. }
  294. },
  295. {
  296. "path": "order/index",
  297. "style": {
  298. "navigationBarTitleText": "订单"
  299. }
  300. },
  301. {
  302. "path": "login/code",
  303. "style": {
  304. "navigationBarTitleText": "登录获取验证码"
  305. }
  306. },
  307. {
  308. "path": "address/index",
  309. "style": {
  310. "navigationBarTitleText": "用户地址"
  311. }
  312. },
  313. {
  314. "path": "address/addSite",
  315. "style": {
  316. "navigationBarTitleText": "添加用户地址"
  317. }
  318. }
  319. ]
  320. },
  321. // 订单
  322. {
  323. "root": "pages_classify/pages",
  324. "pages": [
  325. // {
  326. // "path": "test/index",
  327. // "style": {
  328. // "navigationBarTitleText": "test",
  329. // "navigationStyle": "custom"
  330. // }
  331. // },
  332. {
  333. "path": "handle/index",
  334. "style": {
  335. "navigationBarTitleText": "订单处理"
  336. }
  337. },
  338. {
  339. "path": "order/index",
  340. "style": {
  341. "navigationBarTitleText": "订单详情"
  342. }
  343. },
  344. {
  345. "path": "orderItem/orderdetails",
  346. "style": {
  347. "navigationBarTitleText": "详情"
  348. }
  349. }
  350. ]
  351. },
  352. {
  353. "root": "pages_qiun/pages",
  354. "pages": [{
  355. "path": "sport/index",
  356. "style": {
  357. "pageOrientation": "auto"
  358. }
  359. },
  360. {
  361. "path": "school/index",
  362. "style": {
  363. "pageOrientation": "auto"
  364. }
  365. },
  366. {
  367. "path": "finance/index",
  368. "style": {
  369. "pageOrientation": "auto"
  370. }
  371. },
  372. {
  373. "path": "main/index",
  374. "style": {
  375. "pageOrientation": "auto"
  376. }
  377. }
  378. ]
  379. },
  380. {
  381. "root": "pages_geek/pages",
  382. "pages": [{
  383. "path": "index/index"
  384. },
  385. {
  386. "path": "code/index"
  387. }
  388. ]
  389. }
  390. ],
  391. "tabBar": {
  392. "color": "#000000",
  393. "selectedColor": "#000000",
  394. "borderStyle": "white",
  395. "backgroundColor": "#ffffff",
  396. "list": [
  397. {
  398. "pagePath": "pages/index",
  399. "iconPath": "static/images/tabbar/home.png",
  400. "selectedIconPath": "static/images/tabbar/home_.png",
  401. "text": "首页"
  402. },
  403. // {
  404. // "pagePath": "pages/work",
  405. // "iconPath": "static/images/tabbar/work.png",
  406. // "selectedIconPath": "static/images/tabbar/work_.png",
  407. // "text": "工作台"
  408. // },
  409. {
  410. "pagePath": "pages/classify",
  411. "iconPath": "static/images/tabbar/work.png",
  412. "selectedIconPath": "static/images/tabbar/work_.png",
  413. "text": "订单"
  414. },
  415. {
  416. "pagePath": "pages/mine",
  417. "iconPath": "static/images/tabbar/mine.png",
  418. "selectedIconPath": "static/images/tabbar/mine_.png",
  419. "text": "我的"
  420. }
  421. ]
  422. },
  423. "globalStyle": {
  424. "navigationBarTextStyle": "black",
  425. "navigationBarTitleText": "RuoYi",
  426. "navigationBarBackgroundColor": "#FFFFFF"
  427. }
  428. }