pages.json 7.1 KB

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