pages.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. {
  2. "globalStyle": {
  3. "navigationStyle": "default",
  4. "navigationBarTitleText": "unibest",
  5. "navigationBarBackgroundColor": "#f8f8f8",
  6. "navigationBarTextStyle": "black",
  7. "backgroundColor": "#FFFFFF"
  8. },
  9. "easycom": {
  10. "autoscan": true,
  11. "custom": {
  12. "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
  13. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
  14. }
  15. },
  16. "tabBar": {
  17. "color": "#999999",
  18. "selectedColor": "#018d71",
  19. "backgroundColor": "#F8F8F8",
  20. "borderStyle": "black",
  21. "fontSize": "10px",
  22. "iconWidth": "24px",
  23. "spacing": "3px",
  24. "custom": true,
  25. "height": "0px",
  26. "list": [
  27. {
  28. "pagePath": "pages/home/index"
  29. },
  30. {
  31. "pagePath": "pages/material/index"
  32. },
  33. {
  34. "pagePath": "pages/publish/index"
  35. },
  36. {
  37. "pagePath": "pages/messages/index"
  38. },
  39. {
  40. "pagePath": "pages/mine/index"
  41. }
  42. ]
  43. },
  44. "condition": {
  45. "current": -1,
  46. "list": [
  47. {
  48. "name": "设计游学",
  49. "path": "pages/index/study-tour/index"
  50. },
  51. {
  52. "name": "登录",
  53. "path": "pages/login/index"
  54. },
  55. {
  56. "name": "我的",
  57. "path": "pages/mine/index"
  58. }
  59. ]
  60. },
  61. "pages": [
  62. {
  63. "path": "pages/home/index",
  64. "type": "home",
  65. "layout": "tabbar",
  66. "style": {
  67. "navigationStyle": "custom",
  68. "navigationBarTitleText": "首页"
  69. }
  70. },
  71. {
  72. "path": "pages/about/about",
  73. "type": "page",
  74. "style": {
  75. "navigationBarTitleText": "关于"
  76. }
  77. },
  78. {
  79. "path": "pages/login/index",
  80. "type": "page",
  81. "style": {
  82. "navigationBarTitleText": "登录"
  83. }
  84. },
  85. {
  86. "path": "pages/material/index",
  87. "type": "page",
  88. "layout": "tabbar",
  89. "style": {
  90. "navigationBarTitleText": "材料",
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/messages/index",
  96. "type": "page",
  97. "layout": "tabbar",
  98. "style": {
  99. "navigationBarTitleText": "消息"
  100. }
  101. },
  102. {
  103. "path": "pages/mine/index",
  104. "type": "page",
  105. "layout": "tabbar",
  106. "style": {
  107. "navigationBarTitleText": "我的",
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/publish/index",
  113. "type": "page",
  114. "layout": "tabbar",
  115. "style": {
  116. "navigationBarTitleText": "发布",
  117. "navigationStyle": "custom"
  118. }
  119. },
  120. {
  121. "path": "pages/home/classmates/index",
  122. "type": "page",
  123. "style": {
  124. "navigationBarTitleText": "同学荟",
  125. "navigationBarBackgroundColor": "#fff"
  126. }
  127. },
  128. {
  129. "path": "pages/home/classmates-detail/index",
  130. "type": "page",
  131. "style": {
  132. "navigationBarTitleText": "详情",
  133. "navigationBarBackgroundColor": "#fff"
  134. }
  135. },
  136. {
  137. "path": "pages/home/mall/index",
  138. "type": "page",
  139. "style": {
  140. "navigationBarTitleText": "品质商城",
  141. "navigationBarBackgroundColor": "#fff"
  142. }
  143. },
  144. {
  145. "path": "pages/home/moment/index",
  146. "type": "page",
  147. "style": {
  148. "navigationBarTitleText": "详情",
  149. "navigationBarBackgroundColor": "#fff"
  150. }
  151. },
  152. {
  153. "path": "pages/home/offline-activity/index",
  154. "type": "page",
  155. "style": {
  156. "navigationBarTitleText": "线下活动",
  157. "navigationBarBackgroundColor": "#fff"
  158. }
  159. },
  160. {
  161. "path": "pages/home/schedule/index",
  162. "type": "page",
  163. "style": {
  164. "navigationStyle": "custom",
  165. "navigationBarTitleText": "游学日程"
  166. }
  167. },
  168. {
  169. "path": "pages/home/spread/index",
  170. "type": "page",
  171. "style": {
  172. "navigationBarTitleText": "设计传播",
  173. "navigationBarBackgroundColor": "#fff"
  174. }
  175. },
  176. {
  177. "path": "pages/home/study-tour/detail",
  178. "type": "page",
  179. "style": {
  180. "navigationBarTitleText": "游学计划",
  181. "navigationBarBackgroundColor": "#fff",
  182. "navigationStyle": "custom"
  183. }
  184. },
  185. {
  186. "path": "pages/home/study-tour/index",
  187. "type": "page",
  188. "style": {
  189. "navigationBarTitleText": "设计游学",
  190. "navigationBarBackgroundColor": "#fff"
  191. }
  192. },
  193. {
  194. "path": "pages/home/study-tour/list",
  195. "type": "page",
  196. "style": {
  197. "navigationBarTitleText": "游学计划",
  198. "navigationBarBackgroundColor": "#fff"
  199. }
  200. },
  201. {
  202. "path": "pages/material/recommend/index",
  203. "type": "page",
  204. "style": {
  205. "navigationBarBackgroundColor": "#fff",
  206. "navigationBarTitleText": "推荐材料商"
  207. }
  208. }
  209. ],
  210. "subPackages": []
  211. }