pages.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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/messages/index"
  35. },
  36. {
  37. "pagePath": "pages/mine/index"
  38. }
  39. ]
  40. },
  41. "condition": {
  42. "current": -1,
  43. "list": [
  44. {
  45. "name": "设计游学",
  46. "path": "pages/index/study-tour/index"
  47. },
  48. {
  49. "name": "登录",
  50. "path": "pages/login/index"
  51. },
  52. {
  53. "name": "我的",
  54. "path": "pages/mine/index"
  55. }
  56. ]
  57. },
  58. "pages": [
  59. {
  60. "path": "pages/home/index",
  61. "type": "home",
  62. "layout": "tabbar",
  63. "style": {
  64. "navigationStyle": "custom",
  65. "navigationBarTitleText": "首页"
  66. }
  67. },
  68. {
  69. "path": "pages/about/about",
  70. "type": "page",
  71. "style": {
  72. "navigationBarTitleText": "关于"
  73. }
  74. },
  75. {
  76. "path": "pages/login/index",
  77. "type": "page",
  78. "style": {
  79. "navigationBarTitleText": "登录"
  80. }
  81. },
  82. {
  83. "path": "pages/material/index",
  84. "type": "page",
  85. "layout": "tabbar",
  86. "style": {
  87. "navigationBarTitleText": "材料",
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "pages/messages/index",
  93. "type": "page",
  94. "layout": "tabbar",
  95. "style": {
  96. "navigationBarTitleText": "消息",
  97. "navigationBarBackgroundColor": "#fff"
  98. }
  99. },
  100. {
  101. "path": "pages/mine/index",
  102. "type": "page",
  103. "layout": "tabbar",
  104. "style": {
  105. "navigationBarTitleText": "我的",
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path": "pages/home/classmates/index",
  111. "type": "page",
  112. "style": {
  113. "navigationBarTitleText": "同学荟",
  114. "navigationBarBackgroundColor": "#fff"
  115. }
  116. },
  117. {
  118. "path": "pages/home/classmates-detail/index",
  119. "type": "page",
  120. "style": {
  121. "navigationBarTitleText": "详情",
  122. "navigationBarBackgroundColor": "#fff"
  123. }
  124. },
  125. {
  126. "path": "pages/home/mall/index",
  127. "type": "page",
  128. "style": {
  129. "navigationBarTitleText": "品质商城",
  130. "navigationBarBackgroundColor": "#fff"
  131. }
  132. },
  133. {
  134. "path": "pages/home/moment/index",
  135. "type": "page",
  136. "style": {
  137. "navigationBarTitleText": "详情",
  138. "navigationBarBackgroundColor": "#fff"
  139. }
  140. },
  141. {
  142. "path": "pages/home/offline-activity/index",
  143. "type": "page",
  144. "style": {
  145. "navigationBarTitleText": "线下活动",
  146. "navigationBarBackgroundColor": "#fff"
  147. }
  148. },
  149. {
  150. "path": "pages/home/schedule/index",
  151. "type": "page",
  152. "style": {
  153. "navigationStyle": "custom",
  154. "navigationBarTitleText": "游学日程"
  155. }
  156. },
  157. {
  158. "path": "pages/home/spread/index",
  159. "type": "page",
  160. "style": {
  161. "navigationBarTitleText": "设计传播",
  162. "navigationBarBackgroundColor": "#fff"
  163. }
  164. },
  165. {
  166. "path": "pages/home/study-tour/detail",
  167. "type": "page",
  168. "style": {
  169. "navigationBarTitleText": "游学计划",
  170. "navigationBarBackgroundColor": "#fff",
  171. "navigationStyle": "custom"
  172. }
  173. },
  174. {
  175. "path": "pages/home/study-tour/index",
  176. "type": "page",
  177. "style": {
  178. "navigationBarTitleText": "设计游学",
  179. "navigationBarBackgroundColor": "#fff"
  180. }
  181. },
  182. {
  183. "path": "pages/home/study-tour/list",
  184. "type": "page",
  185. "style": {
  186. "navigationBarTitleText": "游学计划",
  187. "navigationBarBackgroundColor": "#fff"
  188. }
  189. },
  190. {
  191. "path": "pages/material/calculator/index",
  192. "type": "page",
  193. "style": {
  194. "navigationStyle": "custom"
  195. }
  196. },
  197. {
  198. "path": "pages/material/detail/index",
  199. "type": "page",
  200. "style": {
  201. "navigationStyle": "custom"
  202. }
  203. },
  204. {
  205. "path": "pages/material/recommend/index",
  206. "type": "page",
  207. "style": {
  208. "navigationBarBackgroundColor": "#fff",
  209. "navigationBarTitleText": "推荐材料商"
  210. }
  211. },
  212. {
  213. "path": "pages/mine/authentication/index",
  214. "type": "page",
  215. "style": {
  216. "navigationBarTitleText": "设计师认证",
  217. "navigationStyle": "custom"
  218. }
  219. },
  220. {
  221. "path": "pages/publish/cases/index",
  222. "type": "page",
  223. "style": {
  224. "navigationBarTitleText": "设计案例",
  225. "navigationBarBackgroundColor": "#fff"
  226. }
  227. },
  228. {
  229. "path": "pages/publish/moment/index",
  230. "type": "page",
  231. "style": {
  232. "navigationBarTitleText": "个人动态",
  233. "navigationBarBackgroundColor": "#fff"
  234. }
  235. },
  236. {
  237. "path": "pages/publish/tags/index",
  238. "type": "page",
  239. "style": {
  240. "navigationBarTitleText": "添加标签",
  241. "navigationBarBackgroundColor": "#fff"
  242. }
  243. },
  244. {
  245. "path": "pages/mine/authentication/submit/success/index",
  246. "type": "page",
  247. "style": {
  248. "navigationBarTitleText": "提交成功"
  249. }
  250. }
  251. ],
  252. "subPackages": []
  253. }