pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/report/report",
  5. "style": {
  6. "navigationBarTitleText": "FICC研报",
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": true
  9. }
  10. },
  11. {
  12. "path": "pages/buy/buy",
  13. "style": {
  14. "navigationBarTitleText": "已购",
  15. "enablePullDownRefresh": true
  16. }
  17. },
  18. {
  19. "path": "pages/chart/chart",
  20. "style": {
  21. "navigationBarTitleText": "图库",
  22. "enablePullDownRefresh": true
  23. }
  24. },
  25. {
  26. "path": "pages/activity/activity",
  27. "style": {
  28. "navigationBarTitleText": "线下沙龙",
  29. "enablePullDownRefresh": true
  30. }
  31. },
  32. {
  33. "path": "pages/user/user",
  34. "style": {
  35. "navigationBarTitleText": "我的"
  36. }
  37. },
  38. {
  39. "path": "pages/question/question",
  40. "style": {
  41. "navigationBarTitleText": "问答社区",
  42. "enablePullDownRefresh": true
  43. }
  44. },
  45. {
  46. "path":"pages/login",
  47. "style":{
  48. "navigationBarTitleText":"绑定联系方式"
  49. }
  50. },
  51. {
  52. "path": "pages/pc",
  53. "style":{
  54. "navigationBarTitleText": ""
  55. }
  56. },
  57. {
  58. "path": "pages/pricedriven/pricedriven",
  59. "style":{
  60. "navigationBarTitleText":"价格驱动"
  61. }
  62. },
  63. {
  64. "path": "pages/video/videoList",
  65. "style": {
  66. "navigationBarTitleText": "视频社区",
  67. "enablePullDownRefresh": true
  68. }
  69. },
  70. {
  71. "path": "pages/video/videoSearch",
  72. "style": {
  73. "navigationBarTitleText": "视频社区"
  74. }
  75. },
  76. {
  77. "path":"pages/voice/voice",
  78. "style": {
  79. "navigationBarTitleText": "语音播报",
  80. "enablePullDownRefresh": true
  81. }
  82. },
  83. {
  84. "path":"pages/roadShow/video/list",
  85. "style": {
  86. "navigationBarTitleText": "线上路演",
  87. "enablePullDownRefresh": true
  88. }
  89. },
  90. {
  91. "path":"pages/myChart/index",
  92. "style": {
  93. "navigationBarTitleText": "我的图库",
  94. "enablePullDownRefresh": true
  95. }
  96. },
  97. {
  98. "path":"pages/positionAnalysis/index",
  99. "style": {
  100. "navigationBarTitleText": "持仓分析",
  101. "enablePullDownRefresh": true
  102. }
  103. },
  104. {
  105. "path":"pages/positionAnalysis/detail",
  106. "style": {
  107. "navigationBarTitleText": "持仓分析"
  108. }
  109. },
  110. {
  111. "path":"pages/transitionPage"
  112. },
  113. {
  114. "path":"pages/forexCalendar/index",
  115. "style":{
  116. "navigationBarTitleText":"外汇日历表"
  117. }
  118. }
  119. ],
  120. "subPackages":[
  121. // 活动模块
  122. {
  123. "root":"pages-activity",
  124. "pages":[
  125. {
  126. "path":"detail",
  127. "style":{
  128. "navigationBarTitleText":"活动详情"
  129. }
  130. },
  131. {
  132. "path":"noAuthority",
  133. "style":{
  134. "navigationBarTitleText":"活动详情"
  135. }
  136. },
  137. {
  138. "path": "reportDetail",
  139. "style":{
  140. "navigationBarTitleText": "报告详情"
  141. }
  142. }
  143. ]
  144. },
  145. // 申请权限模块
  146. {
  147. "root":"pages-applyPermission",
  148. "pages": [
  149. {
  150. "path":"applyPermission",
  151. "style":{
  152. "navigationBarTitleText":"申请试用"
  153. }
  154. },
  155. {
  156. "path":"selectVariety",
  157. "style":{
  158. "navigationBarTitleText":"选择品种"
  159. }
  160. },
  161. {
  162. "path":"applyResult",
  163. "style":{
  164. "navigationBarTitleText":"申请结果"
  165. }
  166. }
  167. ]
  168. },
  169. // 用户模块
  170. {
  171. "root": "pages-user",
  172. "pages": [
  173. {
  174. "path": "permissionList",
  175. "style":{
  176. "navigationBarTitleText": "品种权限"
  177. }
  178. },
  179. {
  180. "path": "messageList",
  181. "style":{
  182. "navigationBarTitleText": "消息通知",
  183. "enablePullDownRefresh": true
  184. }
  185. },
  186. {
  187. "path": "mysetting",
  188. "style":{
  189. "navigationBarTitleText": "我的设置"
  190. }
  191. },
  192. {
  193. "path": "myCollect",
  194. "style":{
  195. "navigationBarTitleText": "我的收藏",
  196. "enablePullDownRefresh": true
  197. }
  198. }
  199. ]
  200. },
  201. // 图库模块
  202. {
  203. "root": "pages-chart",
  204. "pages": [
  205. {
  206. "path": "allTypes",
  207. "style":{
  208. "navigationBarTitleText": "图表分类"
  209. }
  210. },
  211. {
  212. "path": "chartDetail",
  213. "style":{
  214. "navigationBarTitleText": "图表详情"
  215. }
  216. }
  217. ]
  218. },
  219. //已购模块
  220. {
  221. "root": "pages-buy",
  222. "pages": [
  223. {
  224. "path":"detail",
  225. "style":{
  226. "navigationBarTitleText":""
  227. }
  228. }
  229. ]
  230. },
  231. // 研报模块
  232. {
  233. "root": "pages-report",
  234. "pages": [
  235. {
  236. "path":"classify",
  237. "style":{
  238. "navigationBarTitleText":"FICC研报分类",
  239. "enablePullDownRefresh": true
  240. }
  241. },
  242. {
  243. "path":"search",
  244. "style":{
  245. "navigationBarTitleText":"FICC研报"
  246. }
  247. },
  248. // 专栏列表 classifyId
  249. {
  250. "path": "specialColumn/list",
  251. "style":{
  252. "enablePullDownRefresh": true
  253. }
  254. },
  255. // 专栏详情 columnId
  256. {
  257. "path": "specialColumn/detail",
  258. "style":{
  259. "enablePullDownRefresh": true
  260. }
  261. },
  262. // 报告列表 classifyId
  263. {
  264. "path": "reportList",
  265. "style":{
  266. "enablePullDownRefresh": true
  267. }
  268. },
  269. // 报告列表搜索页
  270. {
  271. "path": "reportListSearch"
  272. },
  273. //报告详情
  274. {
  275. "path": "reportDetail"
  276. },
  277. // 章节详情
  278. {
  279. "path": "chapterDetail"
  280. },
  281. // 章节列表
  282. {
  283. "path": "chapterList"
  284. },
  285. //ficc介绍页面
  286. {
  287. "path": "ficcService"
  288. },
  289. //预览图片
  290. {
  291. "path":"previewImage",
  292. "style":{
  293. "navigationStyle": "custom"
  294. }
  295. },
  296. //按用户有权限品种分的报告列表页
  297. {
  298. "path": "reportForVariety/list",
  299. "style":{
  300. "enablePullDownRefresh": true
  301. }
  302. },
  303. //报告详情背景音频播放页
  304. {
  305. "path": "reportBgAudio"
  306. },
  307. {
  308. "path": "audioPlayListSet",
  309. "style":{
  310. "navigationBarTitleText": "播放列表 "
  311. }
  312. },
  313. {
  314. "path": "previewPDF"
  315. }
  316. ,{
  317. "path" : "disseminatePage/disseminatePage",
  318. "style" :
  319. {
  320. "navigationBarTitleText": "",
  321. "enablePullDownRefresh": false
  322. }
  323. },
  324. {
  325. "path" : "surveyHistory/surveyHistory",
  326. "style" :
  327. {
  328. "navigationBarTitleText" : "调研列表",
  329. "enablePullDownRefresh" : false
  330. }
  331. },
  332. {
  333. "path" : "signUpPage/signUpPage",
  334. "style" :
  335. {
  336. "navigationBarTitleText" : "报名",
  337. "enablePullDownRefresh" : false
  338. }
  339. }
  340. ]
  341. },
  342. // 问答模块
  343. {
  344. "root": "pages-question",
  345. "pages": [
  346. {
  347. "path": "answerList",
  348. "style":{
  349. "navigationBarTitleText": "我的问答",
  350. "enablePullDownRefresh": true
  351. }
  352. },
  353. {
  354. "path": "answerDetail",
  355. "style":{
  356. "navigationBarTitleText": "问答详情"
  357. }
  358. },
  359. {
  360. "path": "hasQuestion",
  361. "style":{
  362. "navigationBarTitleText": "我要提问"
  363. }
  364. }
  365. ]
  366. },
  367. // 沙盘图
  368. {
  369. "root": "pages-sandTable",
  370. "pages": [
  371. {
  372. "path": "sandTable",
  373. "style":{
  374. "navigationBarTitleText": "沙盘推演",
  375. "enablePullDownRefresh": true
  376. }
  377. }
  378. ]
  379. },
  380. //语音播放模块
  381. {
  382. "root":"pages-voice",
  383. "pages": [
  384. {
  385. "path": "addVoice",
  386. "style":{
  387. "navigationBarTitleText": "新建语音"
  388. }
  389. },
  390. {
  391. "path": "voiceDetail",
  392. "style":{
  393. "navigationBarTitleText": "播报详情"
  394. }
  395. },
  396. {
  397. "path": "myVoice",
  398. "style":{
  399. "navigationBarTitleText": "我的语音",
  400. "enablePullDownRefresh": true
  401. }
  402. }
  403. ]
  404. },
  405. //线上路演模块
  406. {
  407. "root":"pages-roadShow",
  408. "pages":[
  409. {
  410. "path":"video/list",
  411. "style": {
  412. "navigationBarTitleText": "线上路演",
  413. "enablePullDownRefresh": true
  414. }
  415. },
  416. {
  417. "path":"video/search",
  418. "style": {
  419. "navigationBarTitleText": "线上路演"
  420. }
  421. }
  422. ]
  423. },
  424. // 我的图库模块
  425. {
  426. "root":"pages-myChart",
  427. "pages":[
  428. {
  429. "path":"classify",
  430. "style": {
  431. "navigationBarTitleText": "分类"
  432. }
  433. },
  434. {
  435. "path":"list",
  436. "style": {
  437. "navigationBarTitleText": "列表"
  438. }
  439. },
  440. {
  441. "path":"detail",
  442. "style": {
  443. "navigationBarTitleText": "详情"
  444. }
  445. }
  446. ]
  447. }
  448. ],
  449. "tabBar": {
  450. "custom": true,
  451. "color": "#1F243A",
  452. "selectedColor": "#E3B377",
  453. "list": [
  454. {
  455. "pagePath": "pages/report/report",
  456. "text": "首页",
  457. "iconPath": "./static/tabbar/report.png",
  458. "selectedIconPath": "./static/tabbar/report-s.png"
  459. },
  460. {
  461. "pagePath": "pages/roadShow/video/list",
  462. "text": "线上路演",
  463. "iconPath": "./static/tabbar/roadShow.png",
  464. "selectedIconPath": "./static/tabbar/roadShow-s.png"
  465. },
  466. {
  467. "pagePath": "pages/myChart/index",
  468. "text": "我的图库",
  469. "iconPath": "./static/tabbar/mychart.png",
  470. "selectedIconPath": "./static/tabbar/mychart-s.png"
  471. },
  472. {
  473. "pagePath": "pages/question/question",
  474. "text": "问答",
  475. "iconPath": "./static/tabbar/question.png",
  476. "selectedIconPath": "./static/tabbar/question-s.png"
  477. },
  478. {
  479. "pagePath": "pages/voice/voice",
  480. "text": "语音播报",
  481. "iconPath": "./static/tabbar/voice.png",
  482. "selectedIconPath": "./static/tabbar/voice-s.png"
  483. }
  484. ]
  485. },
  486. "globalStyle": {
  487. "navigationBarTextStyle": "black",
  488. "navigationBarTitleText": "弘则研报",
  489. "navigationBarBackgroundColor": "#FFFFFF",
  490. "backgroundColor": "#FFFFFF",
  491. "usingComponents":{
  492. "drag":"/wxcomponents/drag/index",
  493. "van-button":"/wxcomponents/vant/button/index",
  494. "van-toast":"/wxcomponents/vant/toast/index",
  495. "van-popup":"/wxcomponents/vant/popup/index",
  496. "van-search": "/wxcomponents/vant/search/index",
  497. "van-sticky": "/wxcomponents/vant/sticky/index",
  498. "van-field": "/wxcomponents/vant/field/index",
  499. "van-icon": "/wxcomponents/vant/icon/index",
  500. "van-radio": "/wxcomponents/vant/radio/index",
  501. "van-tab": "/wxcomponents/vant/tab/index",
  502. "van-tabs": "/wxcomponents/vant/tabs/index",
  503. "van-count-down": "/wxcomponents/vant/count-down/index",
  504. "van-empty": "/wxcomponents/vant/empty/index",
  505. "van-checkbox": "/wxcomponents/vant/checkbox/index",
  506. "van-transition": "/wxcomponents/vant/transition/index",
  507. "van-collapse": "/wxcomponents/vant/collapse/index",
  508. "van-collapse-item": "/wxcomponents/vant/collapse-item/index",
  509. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  510. "van-tag": "/wxcomponents/vant/tag/index",
  511. "van-row": "/wxcomponents/vant/row/index",
  512. "van-col": "/wxcomponents/vant/col/index",
  513. "van-progress": "/wxcomponents/vant/progress/index",
  514. "van-dialog": "/wxcomponents/vant/dialog/index",
  515. "van-cell": "/wxcomponents/vant/cell/index",
  516. "van-tree-select": "/wxcomponents/vant/tree-select/index",
  517. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
  518. "van-swipe-cell": "/wxcomponents/vant/swipe-cell/index",
  519. "van-switch": "/wxcomponents/vant/switch/index"
  520. }
  521. }
  522. }