pages.json 5.8 KB

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