pages.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "最新",
  7. "enablePullDownRefresh": true,
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path": "pages/material/material",
  13. "style": {
  14. "navigationBarTitleText": "素材库",
  15. "enablePullDownRefresh": true,
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. {
  20. "path": "pages/reportForm/reportForm",
  21. "style": {
  22. "navigationBarTitleText": "深度研究",
  23. "enablePullDownRefresh": true,
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/purchaser/purchaser",
  29. "style": {
  30. "navigationBarTitleText": "买方研选",
  31. "enablePullDownRefresh": false,
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. {
  36. "path": "pages/activity/activity",
  37. "style": {
  38. "navigationBarTitleText": "活动",
  39. "enablePullDownRefresh": true,
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. {
  44. "path": "pages/pcWebViev/pcWebViev",
  45. "style": {
  46. "navigationBarTitleText": "",
  47. "enablePullDownRefresh": false
  48. }
  49. }
  50. ],
  51. "subPackages": [
  52. {
  53. "root": "activityPages",
  54. "pages": [
  55. {
  56. "path": "activityDetail/activityDetail",
  57. "style": {
  58. "navigationBarTitleText": "活动详情",
  59. "usingComponents": {
  60. "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index"
  61. }
  62. }
  63. },
  64. {
  65. "path": "networkAttend/networkAttend",
  66. "style": {
  67. "navigationBarTitleText": "",
  68. "enablePullDownRefresh": false
  69. }
  70. },
  71. {
  72. "path": "accountsOfficial/accountsOfficial",
  73. "style": {
  74. "navigationBarTitleText": "关注公众号",
  75. "enablePullDownRefresh": false
  76. }
  77. },
  78. {
  79. "path": "editOutbound/editOutbound",
  80. "style": {
  81. "navigationBarTitleText": "",
  82. "enablePullDownRefresh": false,
  83. "navigationStyle": "custom"
  84. }
  85. },
  86. {
  87. "path": "generationAsk/generationAsk",
  88. "style": {
  89. "navigationBarTitleText": "",
  90. "enablePullDownRefresh": false
  91. }
  92. },
  93. {
  94. "path": "themeActivity/themeActivity",
  95. "style": {
  96. "navigationBarTitleText": "主题活动",
  97. "enablePullDownRefresh": false
  98. }
  99. },
  100. {
  101. "path": "specialResearchPage/specialResearchPage",
  102. "style": {
  103. "navigationBarTitleText": "专项产业调研",
  104. "enablePullDownRefresh": false
  105. }
  106. },
  107. {
  108. "path": "specialDetail/specialDetail",
  109. "style": {
  110. "navigationBarTitleText": "活动详情",
  111. "enablePullDownRefresh": false
  112. }
  113. },
  114. {
  115. "path": "playBack/playBack",
  116. "style": {
  117. "navigationBarTitleText": "活动回放",
  118. "enablePullDownRefresh": false
  119. }
  120. },
  121. {
  122. "path": "endActivity/endActivity",
  123. "style": {
  124. "navigationBarTitleText": "已结束活动",
  125. "enablePullDownRefresh": false
  126. }
  127. }
  128. ]
  129. },
  130. {
  131. "root": "reportPages",
  132. "pages": [
  133. {
  134. "path": "industrialReport/industrialReport",
  135. "style": {
  136. "navigationBarTitleText": "",
  137. "enablePullDownRefresh": true
  138. }
  139. },
  140. {
  141. "path": "IndustryReport/IndustryReport",
  142. "style": {
  143. "navigationBarTitleText": "",
  144. "enablePullDownRefresh": true
  145. }
  146. },
  147. {
  148. "path": "secretDetails/secretDetails",
  149. "style": {
  150. "navigationBarTitleText": "周度汇总",
  151. "enablePullDownRefresh": false
  152. }
  153. },
  154. {
  155. "path": "reportSecretDetail/reportSecretDetail",
  156. "style": {
  157. "navigationBarTitleText": "",
  158. "enablePullDownRefresh": false
  159. }
  160. },
  161. {
  162. "path": "roadEssence/roadEssence",
  163. "style": {
  164. "navigationBarTitleText": "路演精华",
  165. "enablePullDownRefresh": false
  166. }
  167. },
  168. {
  169. "path": "myAskPage/myAskPage",
  170. "style": {
  171. "navigationBarTitleText": "活动提问",
  172. "enablePullDownRefresh": false
  173. }
  174. },
  175. {
  176. "path": "recentPages/recentPages",
  177. "style": {
  178. "navigationBarTitleText": "近期更新主题",
  179. "enablePullDownRefresh": false
  180. }
  181. },
  182. {
  183. "path": "authorPages/authorPages",
  184. "style": {
  185. "navigationBarTitleText": "研选作者",
  186. "enablePullDownRefresh": false
  187. }
  188. },
  189. {
  190. "path": "researchTheme/researchTheme",
  191. "style": {
  192. "navigationBarTitleText": "主题详情",
  193. "enablePullDownRefresh": false
  194. }
  195. },
  196. {
  197. "path": "hotList/hotList",
  198. "style": {
  199. "navigationBarTitleText": "榜单",
  200. "enablePullDownRefresh": false
  201. }
  202. },
  203. {
  204. "path": "keyCompany/keyCompany",
  205. "style": {
  206. "navigationBarTitleText": "重点公司",
  207. "enablePullDownRefresh": false
  208. }
  209. },
  210. {
  211. "path": "morningAll/morningAll",
  212. "style": {
  213. "navigationBarTitleText": "晨会精华汇总",
  214. "enablePullDownRefresh": false
  215. }
  216. },
  217. {
  218. "path": "morningDetails/morningDetails",
  219. "style": {
  220. "navigationBarTitleText": "今日晨会精华",
  221. "enablePullDownRefresh": false
  222. }
  223. },
  224. {
  225. "path": "internalTesting/internalTesting",
  226. "style": {
  227. "navigationBarTitleText": "产品内测",
  228. "enablePullDownRefresh": true
  229. }
  230. },
  231. {
  232. "path": "internalDetials/internalDetials",
  233. "style": {
  234. "navigationBarTitleText": "",
  235. "enablePullDownRefresh": false
  236. }
  237. },
  238. {
  239. "path": "companyTabulation/companyTabulation",
  240. "style": {
  241. "navigationBarTitleText": "重点公司",
  242. "enablePullDownRefresh": false
  243. }
  244. },
  245. {
  246. "path": "selectedBulletin/selectedBulletin",
  247. "style": {
  248. "navigationBarTitleText": "专题看板",
  249. "enablePullDownRefresh": false
  250. }
  251. },
  252. {
  253. "path": "bulletinMessage/bulletinMessage",
  254. "style": {
  255. "navigationBarTitleText": "专题看板",
  256. "enablePullDownRefresh": false
  257. }
  258. },
  259. {
  260. "path": "bulletinDetail/bulletinDetail",
  261. "style": {
  262. "navigationBarTitleText": "申请详情",
  263. "enablePullDownRefresh": false
  264. }
  265. },
  266. {
  267. "path": "trainVideoPages/trainVideoPages",
  268. "style": {
  269. "navigationBarTitleText": "策略系列培训",
  270. "enablePullDownRefresh": false
  271. }
  272. },
  273. {
  274. "path" : "otherReport/otherReport",
  275. "style" :
  276. {
  277. "navigationBarTitleText" : "报告",
  278. "enablePullDownRefresh" : false
  279. }
  280. }
  281. ]
  282. },
  283. {
  284. "root": "pageMy",
  285. "pages": [
  286. {
  287. "path": "downloadFile/downloadFile",
  288. "style": {
  289. "navigationBarTitleText": "",
  290. "enablePullDownRefresh": false
  291. }
  292. },
  293. {
  294. "path": "advice/advice",
  295. "style": {
  296. "navigationBarTitleText": "优化建议"
  297. }
  298. },
  299. {
  300. "path": "reportDetail/reportDetail"
  301. },
  302. {
  303. "path": "myCollection/myCollection",
  304. "style": {
  305. "navigationBarTitleText": "我的收藏",
  306. "enablePullDownRefresh": true
  307. }
  308. },
  309. {
  310. "path": "applyInterview/applyInterview",
  311. "style": {
  312. "navigationBarTitleText": "访谈申请",
  313. "enablePullDownRefresh": true
  314. }
  315. },
  316. {
  317. "path": "applyTrial/applyTrial",
  318. "style": {
  319. "navigationBarTitleText": "申请试用"
  320. }
  321. },
  322. {
  323. "path": "applyResult/applyResult",
  324. "style": {
  325. "navigationBarTitleText": "申请结果"
  326. }
  327. },
  328. {
  329. "path": "browseHistory/browseHistory",
  330. "style": {
  331. "navigationBarTitleText": "足迹",
  332. "enablePullDownRefresh": true
  333. }
  334. },
  335. {
  336. "path": "authGuide/authGuide",
  337. "style": {
  338. "navigationBarTitleText": "授权说明"
  339. }
  340. },
  341. {
  342. "path": "agreement/agreement",
  343. "style": {
  344. "navigationBarTitleText": "用户服务协议"
  345. }
  346. },
  347. {
  348. "path": "login/login",
  349. "style": {
  350. "navigationBarTitleText": "绑定联系方式"
  351. }
  352. },
  353. {
  354. "path": "reportPage/reportPage",
  355. "style": {
  356. "navigationBarTitleText": "报告详情",
  357. "enablePullDownRefresh": false
  358. }
  359. },
  360. {
  361. "path": "freeTrial/freeTrial",
  362. "style": {
  363. "navigationBarTitleText": "免费送试用",
  364. "enablePullDownRefresh": false,
  365. "navigationStyle": "custom"
  366. }
  367. },
  368. {
  369. "path": "excessivePages/excessivePages",
  370. "style": {
  371. "navigationBarTitleText": "",
  372. "enablePullDownRefresh": false
  373. }
  374. },
  375. {
  376. "path": "transitionPages/transitionPages",
  377. "style": {
  378. "navigationBarTitleText": "免费月卡",
  379. "enablePullDownRefresh": false
  380. }
  381. },
  382. {
  383. "path": "mySchedulepage/mySchedulepage",
  384. "style": {
  385. "navigationBarTitleText": "我的日程",
  386. "enablePullDownRefresh": false
  387. }
  388. },
  389. {
  390. "path": "chartPage/chartPage",
  391. "style": {
  392. "navigationBarTitleText": "",
  393. "enablePullDownRefresh": false
  394. }
  395. },
  396. {
  397. "path": "myLeavingMessage/myLeavingMessage",
  398. "style": {
  399. "navigationBarTitleText": "我的留言",
  400. "enablePullDownRefresh": false
  401. }
  402. },
  403. {
  404. "path": "myPage/myPage",
  405. "style": {
  406. "navigationBarTitleText": "我的",
  407. "enablePullDownRefresh": false,
  408. "navigationStyle": "custom"
  409. }
  410. },
  411. {
  412. "path": "reportRevolve/reportRevolve",
  413. "style": {
  414. "enablePullDownRefresh": false,
  415. "pageOrientation": "landscape",
  416. "navigationStyle": "custom"
  417. }
  418. },
  419. {
  420. "path": "followUs/followUs",
  421. "style": {
  422. "navigationBarTitleText": "关于我们",
  423. "enablePullDownRefresh": false
  424. }
  425. }
  426. ]
  427. },
  428. {
  429. "root": "pages-search",
  430. "pages": [
  431. {
  432. "path": "indedxSearch/indedxSearch",
  433. "style": {
  434. "navigationBarTitleText": "搜索",
  435. "enablePullDownRefresh": false
  436. }
  437. }
  438. ]
  439. },
  440. {
  441. "root": "pages-signIn",
  442. "pages": [
  443. {
  444. "path": "isSignIn/isSignIn",
  445. "style": {
  446. "navigationBarTitleText": "扫码签到",
  447. "enablePullDownRefresh": false
  448. }
  449. }
  450. ]
  451. },
  452. {
  453. "root": "pages-purchaser",
  454. "pages": [
  455. {
  456. "path": "researchTheme/researchTheme",
  457. "style": {
  458. "navigationBarTitleText": "研选主题",
  459. "enablePullDownRefresh": false
  460. }
  461. },
  462. {
  463. "path": "researchAuthor/researchAuthor",
  464. "style": {
  465. "navigationBarTitleText": "研选作者",
  466. "enablePullDownRefresh": false
  467. }
  468. },
  469. {
  470. "path": "productIntroduction/productIntroduction",
  471. "style": {
  472. "navigationBarTitleText": "买方研选产品介绍",
  473. "enablePullDownRefresh": false
  474. }
  475. },
  476. {
  477. "path": "ProductQuotation/ProductQuotation",
  478. "style": {
  479. "navigationBarTitleText": "买方研选报价单",
  480. "enablePullDownRefresh": false
  481. }
  482. },
  483. {
  484. "path": "newResources/newResources",
  485. "style": {
  486. "enablePullDownRefresh": false,
  487. "navigationStyle": "custom"
  488. }
  489. },
  490. {
  491. "path": "leaflet/leaflet",
  492. "style": {
  493. "navigationBarTitleText": "宣传单",
  494. "enablePullDownRefresh": false
  495. }
  496. },
  497. {
  498. "path": "survey/surveySubmit",
  499. "style": {
  500. "navigationBarTitleText": "我要调研",
  501. "enablePullDownRefresh": false
  502. }
  503. },
  504. {
  505. "path": "survey/surveyDetail",
  506. "style": {
  507. "navigationBarTitleText": "调研需求",
  508. "enablePullDownRefresh": false
  509. }
  510. },
  511. {
  512. "path": "researchList/researchList",
  513. "style": {
  514. "navigationBarTitleText": "研选榜单",
  515. "enablePullDownRefresh": false
  516. }
  517. },
  518. {
  519. "path": "lastestReport/lastestReport",
  520. "style": {
  521. "navigationBarTitleText": "最新报告",
  522. "enablePullDownRefresh": false
  523. }
  524. },
  525. {
  526. "path": "finishedActivity/finishedActivity",
  527. "style": {
  528. "navigationBarTitleText": "已结束活动",
  529. "enablePullDownRefresh": false
  530. }
  531. },
  532. {
  533. "path": "purchaserActivity/purchaserActivity",
  534. "style": {
  535. "navigationBarTitleText": "研选活动",
  536. "enablePullDownRefresh": false
  537. }
  538. },
  539. {
  540. "path": "themeVote/themeVote",
  541. "style": {
  542. "navigationBarTitleText": "主题投票"
  543. }
  544. },
  545. {
  546. "path": "specialColumn/specialColumn",
  547. "style": {
  548. "navigationBarTitleText": "研选专栏",
  549. "enablePullDownRefresh": true
  550. }
  551. },
  552. {
  553. "path": "writeNote/writeNote",
  554. "style": {
  555. "navigationBarTitleText": "发布新内容",
  556. "enablePullDownRefresh": false,
  557. "navigationStyle": "custom"
  558. }
  559. },
  560. {
  561. "path": "contentAllPage/contentAllPage",
  562. "style": {
  563. "navigationBarTitleText": "内容中心",
  564. "enablePullDownRefresh": false
  565. }
  566. },
  567. {
  568. "path": "noteAndViewpoint/noteAndViewpoint",
  569. "style": {
  570. "navigationBarTitleText": "",
  571. "enablePullDownRefresh": false
  572. }
  573. },
  574. {
  575. "path": "columnDetail/columnDetail",
  576. "style": {
  577. "navigationBarTitleText": "",
  578. "enablePullDownRefresh": false,
  579. "navigationStyle": "custom"
  580. }
  581. },
  582. {
  583. "path": "toExamine/toExamine",
  584. "style": {
  585. "navigationBarTitleText": "笔记详情",
  586. "enablePullDownRefresh": false
  587. }
  588. },
  589. {
  590. "path": "filePreviewPage/filePreviewPage",
  591. "style": {
  592. "navigationBarTitleText": "",
  593. "enablePullDownRefresh": false
  594. }
  595. },
  596. {
  597. "path": "editSpecialColumn/editSpecialColumn",
  598. "style": {
  599. "navigationBarTitleText": "编辑专栏",
  600. "enablePullDownRefresh": false
  601. }
  602. },
  603. {
  604. "path": "columnAuthor/columnAuthor",
  605. "style": {
  606. "navigationBarTitleText": "专栏作者",
  607. "enablePullDownRefresh": false
  608. }
  609. },
  610. {
  611. "path": "myColumnDetail/myColumnDetail",
  612. "style": {
  613. "navigationBarTitleText": "我的专栏",
  614. "enablePullDownRefresh": false
  615. }
  616. },
  617. {
  618. "path": "editColumnReport/editColumnReport",
  619. "style": {
  620. "navigationBarTitleText": "修改",
  621. "enablePullDownRefresh": false
  622. }
  623. }
  624. ]
  625. },
  626. {
  627. "root": "pages-message",
  628. "pages": [
  629. {
  630. "path": "templateMsg/templateMsg",
  631. "style": {
  632. "navigationBarTitleText": "",
  633. "enablePullDownRefresh": false
  634. }
  635. },
  636. {
  637. "path": "activityTemplate/activityTemplate",
  638. "style": {
  639. "navigationBarTitleText": "报名详情",
  640. "enablePullDownRefresh": false
  641. }
  642. },
  643. {
  644. "path": "applyFor/applyFor",
  645. "style": {
  646. "navigationBarTitleText": "权限申请",
  647. "enablePullDownRefresh": false
  648. }
  649. }
  650. ]
  651. },
  652. {
  653. "root": "pages-ficc",
  654. "pages": [
  655. {
  656. "path": "reportDetail/reportDetail",
  657. "style": {
  658. "navigationBarTitleText": "",
  659. "enablePullDownRefresh": false
  660. }
  661. }
  662. ]
  663. }
  664. ],
  665. "globalStyle": {
  666. "navigationBarTextStyle": "black",
  667. "navigationBarTitleText": "弘则研究",
  668. "navigationBarBackgroundColor": "#fff",
  669. "backgroundColor": "#F8F8F8",
  670. "backgroundTextStyle": "dark",
  671. "usingComponents": {
  672. "van-dropdown-menu": "/wxcomponents/vant/dist/dropdown-menu/index",
  673. "van-dropdown-item": "/wxcomponents/vant/dist/dropdown-item/index",
  674. "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index",
  675. "van-tab": "/wxcomponents/vant/dist/tab/index",
  676. "van-tabs": "/wxcomponents/vant/dist/tabs/index",
  677. "van-transition": "/wxcomponents/vant/dist/transition/index",
  678. "van-tag": "/wxcomponents/vant/dist/tag/index",
  679. "van-icon": "/wxcomponents/vant/dist/icon/index",
  680. "van-radio": "/wxcomponents/vant/dist/radio/index",
  681. "van-radio-group": "/wxcomponents/vant/dist/radio-group/index",
  682. "van-overlay": "/wxcomponents/vant/dist/overlay/index",
  683. "van-checkbox": "/wxcomponents/vant/dist/checkbox/index",
  684. "van-checkbox-group": "/wxcomponents/vant/dist/checkbox-group/index",
  685. "van-dialog": "/wxcomponents/vant/dist/dialog/index",
  686. "van-popup": "/wxcomponents/vant/dist/popup/index",
  687. "van-field": "/wxcomponents/vant/dist/field/index"
  688. }
  689. },
  690. "tabBar": {
  691. "color": "#666666",
  692. "selectedColor": "#333333",
  693. "backgroundColor": "#fff",
  694. "list": [
  695. {
  696. "pagePath": "pages/index/index",
  697. "text": "最新",
  698. "iconPath": "static/img/tab/new_icon.png",
  699. "selectedIconPath": "static/img/tab/new_act.png"
  700. },
  701. {
  702. "pagePath": "pages/material/material",
  703. "text": "素材库",
  704. "iconPath": "static/img/tab/index_ico.png",
  705. "selectedIconPath": "static/img/tab/index_actico.png"
  706. },
  707. {
  708. "pagePath": "pages/reportForm/reportForm",
  709. "text": "深度研究",
  710. "iconPath": "static/img/tab/report_ico.png",
  711. "selectedIconPath": "static/img/tab/report_actico.png"
  712. },
  713. {
  714. "pagePath": "pages/activity/activity",
  715. "text": "活动",
  716. "iconPath": "static/img/tab/activity_ico.png",
  717. "selectedIconPath": "static/img/tab/activity_act.png"
  718. },
  719. {
  720. "pagePath": "pages/purchaser/purchaser",
  721. "text": "买方研选",
  722. "iconPath": "static/img/tab/purchaser_ico.png",
  723. "selectedIconPath": "static/img/tab/purchaser_act.png"
  724. }
  725. ]
  726. },
  727. "easycom": {
  728. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  729. }
  730. }