pages.json 7.6 KB

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