pages.json 8.2 KB

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