pages.json 12 KB

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