pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": "查研观向",
  8. "enablePullDownRefresh": true,
  9. "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path": "pages/reportForm/reportForm",
  14. "style": {
  15. "navigationBarTitleText": "报告",
  16. "enablePullDownRefresh": true
  17. }
  18. },
  19. {
  20. "path": "pages/activity/activity",
  21. "style": {
  22. "navigationBarTitleText": "活动",
  23. "enablePullDownRefresh": true
  24. }
  25. },
  26. {
  27. "path": "pages/my/my",
  28. "style": {
  29. "navigationBarTitleText": "我的",
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/pcWebViev/pcWebViev",
  35. "style": {
  36. "navigationBarTitleText": "",
  37. "enablePullDownRefresh": false
  38. }
  39. }
  40. ],
  41. "subPackages": [
  42. {
  43. "root": "activityPages",
  44. "pages": [
  45. {
  46. "path": "activityDetail/activityDetail",
  47. "style": {
  48. "navigationBarTitleText": "活动详情",
  49. "usingComponents": {
  50. "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index"
  51. }
  52. }
  53. },
  54. {
  55. "path": "activitySearch/activitySearch",
  56. "style": {
  57. "navigationBarTitleText": "搜索",
  58. "enablePullDownRefresh": false
  59. }
  60. },
  61. {
  62. "path": "networkAttend/networkAttend",
  63. "style": {
  64. "navigationBarTitleText": "",
  65. "enablePullDownRefresh": false
  66. }
  67. },
  68. {
  69. "path": "accountsOfficial/accountsOfficial",
  70. "style": {
  71. "navigationBarTitleText": "关注公众号",
  72. "enablePullDownRefresh": false
  73. }
  74. },
  75. {
  76. "path": "editOutbound/editOutbound",
  77. "style": {
  78. "navigationBarTitleText": "",
  79. "enablePullDownRefresh": false,
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "generationAsk/generationAsk",
  85. "style": {
  86. "navigationBarTitleText": "",
  87. "enablePullDownRefresh": false
  88. }
  89. },
  90. {
  91. "path": "themeActivity/themeActivity",
  92. "style": {
  93. "navigationBarTitleText": "主题活动",
  94. "enablePullDownRefresh": false
  95. }
  96. },
  97. {
  98. "path": "specialResearchPage/specialResearchPage",
  99. "style": {
  100. "navigationBarTitleText": "专项产业调研",
  101. "enablePullDownRefresh": false
  102. }
  103. },
  104. {
  105. "path": "specialDetail/specialDetail",
  106. "style": {
  107. "navigationBarTitleText": "活动详情",
  108. "enablePullDownRefresh": false
  109. }
  110. }
  111. ]
  112. },
  113. {
  114. "root": "reportPages",
  115. "pages": [
  116. {
  117. "path": "reportSearch/reportSearch",
  118. "style": {
  119. "navigationBarTitleText": "搜索"
  120. }
  121. },
  122. {
  123. "path": "industrialReport/industrialReport",
  124. "style": {
  125. "navigationBarTitleText": "",
  126. "enablePullDownRefresh": true
  127. }
  128. },
  129. {
  130. "path": "IndustryReport/IndustryReport",
  131. "style": {
  132. "navigationBarTitleText": "",
  133. "enablePullDownRefresh": true
  134. }
  135. },
  136. {
  137. "path": "secretDetails/secretDetails",
  138. "style": {
  139. "navigationBarTitleText": "",
  140. "enablePullDownRefresh": false
  141. }
  142. },
  143. {
  144. "path": "reportSecretDetail/reportSecretDetail",
  145. "style": {
  146. "navigationBarTitleText": "",
  147. "enablePullDownRefresh": false
  148. }
  149. },
  150. {
  151. "path": "roadEssence/roadEssence",
  152. "style": {
  153. "navigationBarTitleText": "路演精华",
  154. "enablePullDownRefresh": false
  155. }
  156. },
  157. {
  158. "path": "myAskPage/myAskPage",
  159. "style": {
  160. "navigationBarTitleText": "我的提问",
  161. "enablePullDownRefresh": false
  162. }
  163. },
  164. {
  165. "path": "recentPages/recentPages",
  166. "style": {
  167. "navigationBarTitleText": "近期更新主题",
  168. "enablePullDownRefresh": false
  169. }
  170. },
  171. {
  172. "path": "authorPages/authorPages",
  173. "style": {
  174. "navigationBarTitleText": "研选作者",
  175. "enablePullDownRefresh": false
  176. }
  177. },
  178. {
  179. "path": "researchTheme/researchTheme",
  180. "style": {
  181. "navigationBarTitleText": "主题详情",
  182. "enablePullDownRefresh": false
  183. }
  184. }
  185. ]
  186. },
  187. {
  188. "root": "pageMy",
  189. "pages": [
  190. {
  191. "path": "search/search",
  192. "style": {
  193. "navigationBarTitleText": "搜索"
  194. }
  195. },
  196. {
  197. "path": "downloadFile/downloadFile",
  198. "style": {
  199. "navigationBarTitleText": "",
  200. "enablePullDownRefresh": false
  201. }
  202. },
  203. {
  204. "path": "advice/advice",
  205. "style": {
  206. "navigationBarTitleText": "优化建议"
  207. }
  208. },
  209. {
  210. "path": "reportDetail/reportDetail"
  211. },
  212. {
  213. "path": "myCollection/myCollection",
  214. "style": {
  215. "navigationBarTitleText": "我的收藏",
  216. "enablePullDownRefresh": true
  217. }
  218. },
  219. {
  220. "path": "applyInterview/applyInterview",
  221. "style": {
  222. "navigationBarTitleText": "访谈申请",
  223. "enablePullDownRefresh": true
  224. }
  225. },
  226. {
  227. "path": "applyTrial/applyTrial",
  228. "style": {
  229. "navigationBarTitleText": "申请试用"
  230. }
  231. },
  232. {
  233. "path": "applyResult/applyResult",
  234. "style": {
  235. "navigationBarTitleText": "申请结果"
  236. }
  237. },
  238. {
  239. "path": "browseHistory/browseHistory",
  240. "style": {
  241. "navigationBarTitleText": "浏览历史",
  242. "enablePullDownRefresh": true
  243. }
  244. },
  245. {
  246. "path": "authGuide/authGuide",
  247. "style": {
  248. "navigationBarTitleText": "授权说明"
  249. }
  250. },
  251. {
  252. "path": "agreement/agreement",
  253. "style": {
  254. "navigationBarTitleText": "用户服务协议"
  255. }
  256. },
  257. {
  258. "path": "login/login",
  259. "style": {
  260. "navigationBarTitleText": "绑定联系方式"
  261. }
  262. },
  263. {
  264. "path": "reportPage/reportPage",
  265. "style": {
  266. "navigationBarTitleText": "报告详情",
  267. "enablePullDownRefresh": false
  268. }
  269. },
  270. {
  271. "path": "freeTrial/freeTrial",
  272. "style": {
  273. "navigationBarTitleText": "免费送试用",
  274. "enablePullDownRefresh": false,
  275. "navigationStyle": "custom"
  276. }
  277. },
  278. {
  279. "path": "excessivePages/excessivePages",
  280. "style": {
  281. "navigationBarTitleText": "",
  282. "enablePullDownRefresh": false
  283. }
  284. },
  285. {
  286. "path": "transitionPages/transitionPages",
  287. "style": {
  288. "navigationBarTitleText": "免费月卡",
  289. "enablePullDownRefresh": false
  290. }
  291. },
  292. {
  293. "path": "mySchedulepage/mySchedulepage",
  294. "style": {
  295. "navigationBarTitleText": "我的日程",
  296. "enablePullDownRefresh": false
  297. }
  298. },
  299. {
  300. "path": "chartPage/chartPage",
  301. "style": {
  302. "navigationBarTitleText": "",
  303. "enablePullDownRefresh": false
  304. }
  305. }
  306. ]
  307. }
  308. ],
  309. "globalStyle": {
  310. "navigationBarTextStyle": "black",
  311. "navigationBarTitleText": "弘则研究",
  312. "navigationBarBackgroundColor": "#fff",
  313. "backgroundColor": "#F8F8F8",
  314. "backgroundTextStyle": "dark",
  315. "usingComponents": {
  316. "van-dropdown-menu": "/wxcomponents/vant/dist/dropdown-menu/index",
  317. "van-dropdown-item": "/wxcomponents/vant/dist/dropdown-item/index",
  318. "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index",
  319. "van-tab": "/wxcomponents/vant/dist/tab/index",
  320. "van-tabs": "/wxcomponents/vant/dist/tabs/index",
  321. "van-transition": "/wxcomponents/vant/dist/transition/index",
  322. "van-tag": "/wxcomponents/vant/dist/tag/index",
  323. "van-icon": "/wxcomponents/vant/dist/icon/index",
  324. "van-radio": "/wxcomponents/vant/dist/radio/index",
  325. "van-radio-group": "/wxcomponents/vant/dist/radio-group/index"
  326. }
  327. },
  328. "tabBar": {
  329. "color": "#666666",
  330. "selectedColor": "#3DA3FF",
  331. "backgroundColor": "#fff",
  332. "list": [
  333. {
  334. "pagePath": "pages/index/index",
  335. "text": "素材库",
  336. "iconPath": "static/img/tab/index_ico.png",
  337. "selectedIconPath": "static/img/tab/index_actico.png"
  338. },
  339. {
  340. "pagePath": "pages/reportForm/reportForm",
  341. "text": "报告",
  342. "iconPath": "static/img/tab/report_ico.png",
  343. "selectedIconPath": "static/img/tab/report_actico.png"
  344. },
  345. {
  346. "pagePath": "pages/activity/activity",
  347. "text": "活动",
  348. "iconPath": "static/img/tab/activity_ico.png",
  349. "selectedIconPath": "static/img/tab/activity_act.png"
  350. },
  351. {
  352. "pagePath": "pages/my/my",
  353. "text": "我的",
  354. "iconPath": "static/img/tab/my_ico.png",
  355. "selectedIconPath": "static/img/tab/my_actico.png"
  356. }
  357. ]
  358. },
  359. "easycom": {
  360. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  361. },
  362. "condition": {
  363. //模式配置,仅开发期间生效
  364. "current": 0, //当前激活的模式(list 的索引项)
  365. "list": [
  366. {
  367. "name": "", //模式名称
  368. // "path": "pageMy/login/login", //启动页面,必选
  369. "query": "" //启动参数,在页面的onLoad函数里面得到
  370. }
  371. ]
  372. }
  373. }