pages.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页
  3. // {
  4. // "path" : "pages/launchScreen/launchScreen",
  5. // "style" : {}
  6. // },
  7. {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationBarTitleText": "查研观向",
  11. "enablePullDownRefresh":true
  12. }
  13. },
  14. {
  15. "path" : "pages/login/login",
  16. "style" : {
  17. "navigationBarTitleText": "绑定联系方式"
  18. }
  19. },
  20. {
  21. "path": "pages/reportForm/reportForm",
  22. "style": {
  23. "navigationBarTitleText": "报告",
  24. "enablePullDownRefresh":true,
  25. "usingComponents": {
  26. "van-dropdown-menu": "/wxcomponents/vant/dist/dropdown-menu/index",
  27. "van-dropdown-item": "/wxcomponents/vant/dist/dropdown-item/index"
  28. }
  29. }
  30. },
  31. {
  32. "path" : "pages/activity/activity",
  33. "style" :
  34. {
  35. "navigationBarTitleText": "活动",
  36. "enablePullDownRefresh": true
  37. }
  38. },
  39. {
  40. "path" : "pages/search/search",
  41. "style" : {
  42. "navigationBarTitleText": "搜索"
  43. }
  44. }
  45. ,{
  46. "path" : "pages/my/my",
  47. "style" : {
  48. "navigationBarTitleText": "我的"
  49. }
  50. }
  51. ,{
  52. "path" : "pages/advice/advice",
  53. "style" : {
  54. "navigationBarTitleText": "优化建议"
  55. }
  56. }
  57. ,{
  58. "path" : "pages/reportDetail/reportDetail",
  59. "style" : {
  60. "navigationBarTitleText": ""
  61. // "pageOrientation": "auto"
  62. }
  63. }
  64. ,{
  65. "path" : "pages/myCollection/myCollection",
  66. "style" : {
  67. "navigationBarTitleText": "我的收藏",
  68. "enablePullDownRefresh":true
  69. }
  70. }
  71. ,{
  72. "path" : "pages/applyInterview/applyInterview",
  73. "style" : {
  74. "navigationBarTitleText": "访谈申请",
  75. "enablePullDownRefresh":true
  76. }
  77. }
  78. ,{
  79. "path" : "pages/applyTrial/applyTrial",
  80. "style" : {
  81. "navigationBarTitleText": "申请试用"
  82. }
  83. }
  84. ,{
  85. "path" : "pages/applyResult/applyResult",
  86. "style" : {
  87. "navigationBarTitleText": "申请结果"
  88. }
  89. }
  90. ,{
  91. "path" : "pages/browseHistory/browseHistory",
  92. "style" : {
  93. "navigationBarTitleText": "浏览历史",
  94. "enablePullDownRefresh":true
  95. }
  96. }
  97. ,{
  98. "path" : "pages/authGuide/authGuide",
  99. "style" : {
  100. "navigationBarTitleText": "授权说明"
  101. }
  102. }
  103. ,{
  104. "path" : "pages/agreement/agreement",
  105. "style" : {
  106. "navigationBarTitleText": "用户服务协议"
  107. }
  108. }
  109. ,{
  110. "path" : "pages/industrialReport/industrialReport",
  111. "style" : {
  112. "navigationBarTitleText": "",
  113. "enablePullDownRefresh":true
  114. }
  115. }
  116. ,{
  117. "path" : "pages/IndustryReport/IndustryReport",
  118. "style" :
  119. {
  120. "navigationBarTitleText": "",
  121. "enablePullDownRefresh": true
  122. }
  123. }
  124. ,{
  125. "path" : "pages/downloadFile/downloadFile",
  126. "style" :
  127. {
  128. "navigationBarTitleText": "",
  129. "enablePullDownRefresh": false
  130. }
  131. }
  132. ,{
  133. "path" : "pages/reportSearch/reportSearch",
  134. "style" :
  135. {
  136. "navigationBarTitleText": "搜索"
  137. }
  138. },
  139. {
  140. "path" : "pages/activityDetail/activityDetail",
  141. "style" :
  142. {
  143. "navigationBarTitleText": "活动详情",
  144. "usingComponents": {
  145. "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index"
  146. }
  147. }
  148. }
  149. ,{
  150. "path" : "pages/activitySearch/activitySearch",
  151. "style" :
  152. {
  153. "navigationBarTitleText": "搜索",
  154. "enablePullDownRefresh": false
  155. }
  156. }
  157. ,{
  158. "path" : "pages/networkAttend/networkAttend",
  159. "style" :
  160. {
  161. "navigationBarTitleText": "",
  162. "enablePullDownRefresh": false
  163. }
  164. }
  165. ,{
  166. "path" : "pages/accountsOfficial/accountsOfficial",
  167. "style" :
  168. {
  169. "navigationBarTitleText": "关注公众号",
  170. "enablePullDownRefresh": false
  171. }
  172. }
  173. ],
  174. "globalStyle": {
  175. "navigationBarTextStyle": "black",
  176. "navigationBarTitleText": "弘则研究",
  177. "navigationBarBackgroundColor": "#fff",
  178. "backgroundColor": "#F8F8F8",
  179. "backgroundTextStyle":"dark",
  180. "usingComponents": {
  181. "van-dropdown-menu": "/wxcomponents/vant/dist/dropdown-menu/index",
  182. "van-dropdown-item": "/wxcomponents/vant/dist/dropdown-item/index",
  183. "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index"
  184. }
  185. },
  186. "tabBar": {
  187. "color": "#D0CFD5",
  188. "selectedColor": "#3DA3FF",
  189. "backgroundColor": "#fff",
  190. "list": [{
  191. "pagePath": "pages/index/index",
  192. "text": "纪要库",
  193. "iconPath": "static/img/tab/index_ico.png",
  194. "selectedIconPath": "static/img/tab/index_actico.png"
  195. },
  196. {
  197. "pagePath": "pages/reportForm/reportForm",
  198. "text": "报告",
  199. "iconPath": "static/img/tab/report_ico.png",
  200. "selectedIconPath": "static/img/tab/report_actico.png"
  201. },
  202. {
  203. "pagePath": "pages/activity/activity",
  204. "text": "活动",
  205. "iconPath": "static/img/activity_ico.png",
  206. "selectedIconPath": "static/img/activity_act.png"
  207. },
  208. {
  209. "pagePath": "pages/my/my",
  210. "text": "我的",
  211. "iconPath": "static/img/tab/my_ico.png",
  212. "selectedIconPath": "static/img/tab/my_actico.png"
  213. }
  214. ]
  215. },
  216. "easycom": {
  217. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  218. },
  219. "condition" : { //模式配置,仅开发期间生效
  220. "current": 0, //当前激活的模式(list 的索引项)
  221. "list": [
  222. {
  223. "name": "", //模式名称
  224. // "path": "pages/login/login", //启动页面,必选
  225. "query": "" //启动参数,在页面的onLoad函数里面得到
  226. }
  227. ]
  228. }
  229. }