pages.json 6.9 KB

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