pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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/about/about"
  32. }
  33. ]
  34. },
  35. "condition": {
  36. "current": -1,
  37. "list": [
  38. {
  39. "name": "设计游学",
  40. "path": "pages/index/study-tour/index"
  41. }
  42. ]
  43. },
  44. "pages": [
  45. {
  46. "path": "pages/home/index",
  47. "type": "home",
  48. "layout": "tabbar",
  49. "style": {
  50. "navigationStyle": "custom",
  51. "navigationBarTitleText": "首页"
  52. }
  53. },
  54. {
  55. "path": "pages/about/about",
  56. "type": "page",
  57. "style": {
  58. "navigationBarTitleText": "关于"
  59. }
  60. },
  61. {
  62. "path": "pages/material/index",
  63. "type": "page",
  64. "style": {
  65. "navigationBarTitleText": "材料"
  66. }
  67. },
  68. {
  69. "path": "pages/messages/index",
  70. "type": "page",
  71. "style": {
  72. "navigationBarTitleText": "材料"
  73. }
  74. },
  75. {
  76. "path": "pages/mine/index",
  77. "type": "page",
  78. "style": {
  79. "navigationBarTitleText": "材料"
  80. }
  81. },
  82. {
  83. "path": "pages/publish/index",
  84. "type": "page",
  85. "style": {
  86. "navigationBarTitleText": "发布"
  87. }
  88. },
  89. {
  90. "path": "pages/home/classmates/index",
  91. "type": "page",
  92. "style": {
  93. "navigationBarTitleText": "同学荟",
  94. "navigationBarBackgroundColor": "#fff"
  95. }
  96. },
  97. {
  98. "path": "pages/home/classmates-detail/index",
  99. "type": "page",
  100. "style": {
  101. "navigationBarTitleText": "详情",
  102. "navigationBarBackgroundColor": "#fff"
  103. }
  104. },
  105. {
  106. "path": "pages/home/mall/index",
  107. "type": "page",
  108. "style": {
  109. "navigationBarTitleText": "品质商城",
  110. "navigationBarBackgroundColor": "#fff"
  111. }
  112. },
  113. {
  114. "path": "pages/home/moment/index",
  115. "type": "page",
  116. "style": {
  117. "navigationBarTitleText": "详情",
  118. "navigationBarBackgroundColor": "#fff"
  119. }
  120. },
  121. {
  122. "path": "pages/home/offline-activity/index",
  123. "type": "page",
  124. "style": {
  125. "navigationBarTitleText": "线下活动",
  126. "navigationBarBackgroundColor": "#fff"
  127. }
  128. },
  129. {
  130. "path": "pages/home/schedule/index",
  131. "type": "page",
  132. "style": {
  133. "navigationStyle": "custom",
  134. "navigationBarTitleText": "游学日程"
  135. }
  136. },
  137. {
  138. "path": "pages/home/spread/index",
  139. "type": "page",
  140. "style": {
  141. "navigationBarTitleText": "设计传播",
  142. "navigationBarBackgroundColor": "#fff"
  143. }
  144. },
  145. {
  146. "path": "pages/home/study-tour/index",
  147. "type": "page",
  148. "style": {
  149. "navigationBarTitleText": "设计游学",
  150. "navigationBarBackgroundColor": "#fff"
  151. }
  152. }
  153. ],
  154. "subPackages": []
  155. }