pages.json 7.2 KB

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