pages.json 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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. "navigationBarTitleText": "活动",
  35. "enablePullDownRefresh": true
  36. }
  37. },
  38. {
  39. "path": "pages/search/search",
  40. "style": {
  41. "navigationBarTitleText": "搜索"
  42. }
  43. }, {
  44. "path": "pages/my/my",
  45. "style": {
  46. "navigationBarTitleText": "我的"
  47. }
  48. }, {
  49. "path": "pages/advice/advice",
  50. "style": {
  51. "navigationBarTitleText": "优化建议"
  52. }
  53. }, {
  54. "path": "pages/reportDetail/reportDetail"
  55. }, {
  56. "path": "pages/myCollection/myCollection",
  57. "style": {
  58. "navigationBarTitleText": "我的收藏",
  59. "enablePullDownRefresh": true
  60. }
  61. }, {
  62. "path": "pages/applyInterview/applyInterview",
  63. "style": {
  64. "navigationBarTitleText": "访谈申请",
  65. "enablePullDownRefresh": true
  66. }
  67. }, {
  68. "path": "pages/applyTrial/applyTrial",
  69. "style": {
  70. "navigationBarTitleText": "申请试用"
  71. }
  72. }, {
  73. "path": "pages/applyResult/applyResult",
  74. "style": {
  75. "navigationBarTitleText": "申请结果"
  76. }
  77. }, {
  78. "path": "pages/browseHistory/browseHistory",
  79. "style": {
  80. "navigationBarTitleText": "浏览历史",
  81. "enablePullDownRefresh": true
  82. }
  83. }, {
  84. "path": "pages/authGuide/authGuide",
  85. "style": {
  86. "navigationBarTitleText": "授权说明"
  87. }
  88. }, {
  89. "path": "pages/agreement/agreement",
  90. "style": {
  91. "navigationBarTitleText": "用户服务协议"
  92. }
  93. }, {
  94. "path": "pages/downloadFile/downloadFile",
  95. "style": {
  96. "navigationBarTitleText": "",
  97. "enablePullDownRefresh": false
  98. }
  99. }
  100. ],
  101. "subPackages": [{
  102. "root": "activityPages",
  103. "pages": [{
  104. "path": "activityDetail/activityDetail",
  105. "style": {
  106. "navigationBarTitleText": "活动详情",
  107. "usingComponents": {
  108. "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index"
  109. }
  110. }
  111. }, {
  112. "path": "activitySearch/activitySearch",
  113. "style": {
  114. "navigationBarTitleText": "搜索",
  115. "enablePullDownRefresh": false
  116. }
  117. },
  118. {
  119. "path": "networkAttend/networkAttend",
  120. "style": {
  121. "navigationBarTitleText": "",
  122. "enablePullDownRefresh": false
  123. }
  124. }, {
  125. "path": "accountsOfficial/accountsOfficial",
  126. "style": {
  127. "navigationBarTitleText": "关注公众号",
  128. "enablePullDownRefresh": false
  129. }
  130. }
  131. ,{
  132. "path" : "editOutbound/editOutbound",
  133. "style" :
  134. {
  135. "navigationBarTitleText": "",
  136. "enablePullDownRefresh": false,
  137. "navigationStyle": "custom"
  138. }
  139. }
  140. ,{
  141. "path" : "generationAsk/generationAsk",
  142. "style" :
  143. {
  144. "navigationBarTitleText": "",
  145. "enablePullDownRefresh": false
  146. }
  147. }
  148. ]
  149. },{
  150. "root": "reportPages",
  151. "pages":[
  152. {
  153. "path": "reportSearch/reportSearch",
  154. "style": {
  155. "navigationBarTitleText": "搜索"
  156. }
  157. },
  158. {
  159. "path": "industrialReport/industrialReport",
  160. "style": {
  161. "navigationBarTitleText": "",
  162. "enablePullDownRefresh": true
  163. }
  164. }
  165. , {
  166. "path": "IndustryReport/IndustryReport",
  167. "style": {
  168. "navigationBarTitleText": "",
  169. "enablePullDownRefresh": true
  170. }
  171. }
  172. ,{
  173. "path" : "secretDetails/secretDetails",
  174. "style" :
  175. {
  176. "navigationBarTitleText": "",
  177. "enablePullDownRefresh": false
  178. }
  179. }
  180. ,{
  181. "path" : "reportSecretDetail/reportSecretDetail",
  182. "style" :
  183. {
  184. "navigationBarTitleText": "",
  185. "enablePullDownRefresh": false
  186. }
  187. }
  188. ,{
  189. "path" : "roadEssence/roadEssence",
  190. "style" :
  191. {
  192. "navigationBarTitleText": "路演精华",
  193. "enablePullDownRefresh": false
  194. }
  195. }
  196. ,{
  197. "path" : "myAskPage/myAskPage",
  198. "style" :
  199. {
  200. "navigationBarTitleText": "我的提问",
  201. "enablePullDownRefresh": false
  202. }
  203. }
  204. ]
  205. }],
  206. "globalStyle": {
  207. "navigationBarTextStyle": "black",
  208. "navigationBarTitleText": "弘则研究",
  209. "navigationBarBackgroundColor": "#fff",
  210. "backgroundColor": "#F8F8F8",
  211. "backgroundTextStyle": "dark",
  212. "usingComponents": {
  213. "van-dropdown-menu": "/wxcomponents/vant/dist/dropdown-menu/index",
  214. "van-dropdown-item": "/wxcomponents/vant/dist/dropdown-item/index",
  215. "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index",
  216. "van-tab": "/wxcomponents/vant/dist/tab/index",
  217. "van-tabs": "/wxcomponents/vant/dist/tabs/index",
  218. "van-transition": "/wxcomponents/vant/dist/transition/index"
  219. }
  220. },
  221. "tabBar": {
  222. "color": "#D0CFD5",
  223. "selectedColor": "#3DA3FF",
  224. "backgroundColor": "#fff",
  225. "list": [{
  226. "pagePath": "pages/index/index",
  227. "text": "纪要库",
  228. "iconPath": "static/img/tab/index_ico.png",
  229. "selectedIconPath": "static/img/tab/index_actico.png"
  230. },
  231. {
  232. "pagePath": "pages/reportForm/reportForm",
  233. "text": "报告",
  234. "iconPath": "static/img/tab/report_ico.png",
  235. "selectedIconPath": "static/img/tab/report_actico.png"
  236. },
  237. {
  238. "pagePath": "pages/activity/activity",
  239. "text": "活动",
  240. "iconPath": "static/img/tab/activity_ico.png",
  241. "selectedIconPath": "static/img/tab/activity_act.png"
  242. },
  243. {
  244. "pagePath": "pages/my/my",
  245. "text": "我的",
  246. "iconPath": "static/img/tab/my_ico.png",
  247. "selectedIconPath": "static/img/tab/my_actico.png"
  248. }
  249. ]
  250. },
  251. "easycom": {
  252. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  253. },
  254. "condition": { //模式配置,仅开发期间生效
  255. "current": 0, //当前激活的模式(list 的索引项)
  256. "list": [{
  257. "name": "", //模式名称
  258. // "path": "pages/login/login", //启动页面,必选
  259. "query": "" //启动参数,在页面的onLoad函数里面得到
  260. }]
  261. }
  262. }