pages.json 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  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. "subPackages":[
  99. // 活动模块
  100. {
  101. "root":"pages-activity",
  102. "pages":[
  103. {
  104. "path":"detail",
  105. "style":{
  106. "navigationBarTitleText":"活动详情"
  107. }
  108. },
  109. {
  110. "path":"noAuthority",
  111. "style":{
  112. "navigationBarTitleText":"活动详情"
  113. }
  114. },
  115. {
  116. "path": "reportDetail",
  117. "style":{
  118. "navigationBarTitleText": "报告详情"
  119. }
  120. }
  121. ]
  122. },
  123. // 申请权限模块
  124. {
  125. "root":"pages-applyPermission",
  126. "pages": [
  127. {
  128. "path":"applyPermission",
  129. "style":{
  130. "navigationBarTitleText":"申请试用"
  131. }
  132. },
  133. {
  134. "path":"selectVariety",
  135. "style":{
  136. "navigationBarTitleText":"选择品种"
  137. }
  138. },
  139. {
  140. "path":"applyResult",
  141. "style":{
  142. "navigationBarTitleText":"申请结果"
  143. }
  144. }
  145. ]
  146. },
  147. // 用户模块
  148. {
  149. "root": "pages-user",
  150. "pages": [
  151. {
  152. "path": "permissionList",
  153. "style":{
  154. "navigationBarTitleText": "品种权限"
  155. }
  156. },
  157. {
  158. "path": "messageList",
  159. "style":{
  160. "navigationBarTitleText": "消息通知",
  161. "enablePullDownRefresh": true
  162. }
  163. },
  164. {
  165. "path": "mysetting",
  166. "style":{
  167. "navigationBarTitleText": "我的设置"
  168. }
  169. },
  170. {
  171. "path": "myCollect",
  172. "style":{
  173. "navigationBarTitleText": "我的收藏",
  174. "enablePullDownRefresh": true
  175. }
  176. }
  177. ]
  178. },
  179. // 图库模块
  180. {
  181. "root": "pages-chart",
  182. "pages": [
  183. {
  184. "path": "allTypes",
  185. "style":{
  186. "navigationBarTitleText": "图表分类"
  187. }
  188. },
  189. {
  190. "path": "chartDetail",
  191. "style":{
  192. "navigationBarTitleText": "图表详情"
  193. }
  194. }
  195. ]
  196. },
  197. //已购模块
  198. {
  199. "root": "pages-buy",
  200. "pages": [
  201. {
  202. "path":"detail",
  203. "style":{
  204. "navigationBarTitleText":""
  205. }
  206. }
  207. ]
  208. },
  209. // 研报模块
  210. {
  211. "root": "pages-report",
  212. "pages": [
  213. {
  214. "path":"classify",
  215. "style":{
  216. "navigationBarTitleText":"FICC研报分类",
  217. "enablePullDownRefresh": true
  218. }
  219. },
  220. {
  221. "path":"search",
  222. "style":{
  223. "navigationBarTitleText":"FICC研报"
  224. }
  225. },
  226. // 专栏列表 classifyId
  227. {
  228. "path": "specialColumn/list",
  229. "style":{
  230. "enablePullDownRefresh": true
  231. }
  232. },
  233. // 专栏详情 columnId
  234. {
  235. "path": "specialColumn/detail",
  236. "style":{
  237. "enablePullDownRefresh": true
  238. }
  239. },
  240. // 报告列表 classifyId
  241. {
  242. "path": "reportList",
  243. "style":{
  244. "enablePullDownRefresh": true
  245. }
  246. },
  247. // 报告列表搜索页
  248. {
  249. "path": "reportListSearch"
  250. },
  251. //报告详情
  252. {
  253. "path": "reportDetail"
  254. },
  255. // 章节详情
  256. {
  257. "path": "chapterDetail"
  258. },
  259. //ficc介绍页面
  260. {
  261. "path": "ficcService"
  262. },
  263. //预览图片
  264. {
  265. "path":"previewImage",
  266. "style":{
  267. "navigationStyle": "custom"
  268. }
  269. },
  270. //按用户有权限品种分的报告列表页
  271. {
  272. "path": "reportForVariety/list",
  273. "style":{
  274. "enablePullDownRefresh": true
  275. }
  276. },
  277. //报告详情背景音频播放页
  278. {
  279. "path": "reportBgAudio"
  280. }
  281. ]
  282. },
  283. // 问答模块
  284. {
  285. "root": "pages-question",
  286. "pages": [
  287. {
  288. "path": "answerList",
  289. "style":{
  290. "navigationBarTitleText": "我的问答",
  291. "enablePullDownRefresh": true
  292. }
  293. },
  294. {
  295. "path": "answerDetail",
  296. "style":{
  297. "navigationBarTitleText": "问答详情"
  298. }
  299. },
  300. {
  301. "path": "hasQuestion",
  302. "style":{
  303. "navigationBarTitleText": "我要提问"
  304. }
  305. }
  306. ]
  307. },
  308. // 沙盘图
  309. {
  310. "root": "pages-sandTable",
  311. "pages": [
  312. {
  313. "path": "sandTable",
  314. "style":{
  315. "navigationBarTitleText": "沙盘推演",
  316. "enablePullDownRefresh": true
  317. }
  318. }
  319. ]
  320. },
  321. //语音播放模块
  322. {
  323. "root":"pages-voice",
  324. "pages": [
  325. {
  326. "path": "addVoice",
  327. "style":{
  328. "navigationBarTitleText": "新建语音"
  329. }
  330. },
  331. {
  332. "path": "voiceDetail",
  333. "style":{
  334. "navigationBarTitleText": "播报详情"
  335. }
  336. },
  337. {
  338. "path": "myVoice",
  339. "style":{
  340. "navigationBarTitleText": "我的语音",
  341. "enablePullDownRefresh": true
  342. }
  343. }
  344. ]
  345. },
  346. //线上路演模块
  347. {
  348. "root":"pages-roadShow",
  349. "pages":[
  350. {
  351. "path":"video/list",
  352. "style": {
  353. "navigationBarTitleText": "线上路演",
  354. "enablePullDownRefresh": true
  355. }
  356. },
  357. {
  358. "path":"video/search",
  359. "style": {
  360. "navigationBarTitleText": "线上路演"
  361. }
  362. }
  363. ]
  364. },
  365. // 我的图库模块
  366. {
  367. "root":"pages-myChart",
  368. "pages":[
  369. {
  370. "path":"classify",
  371. "style": {
  372. "navigationBarTitleText": "分类"
  373. }
  374. },
  375. {
  376. "path":"list",
  377. "style": {
  378. "navigationBarTitleText": "列表"
  379. }
  380. },
  381. {
  382. "path":"detail",
  383. "style": {
  384. "navigationBarTitleText": "详情"
  385. }
  386. }
  387. ]
  388. }
  389. ],
  390. "tabBar": {
  391. "custom": true,
  392. "color": "#1F243A",
  393. "selectedColor": "#E3B377",
  394. "list": [
  395. {
  396. "pagePath": "pages/report/report",
  397. "text": "首页",
  398. "iconPath": "./static/tabbar/report.png",
  399. "selectedIconPath": "./static/tabbar/report-s.png"
  400. },
  401. {
  402. "pagePath": "pages/roadShow/video/list",
  403. "text": "线上路演",
  404. "iconPath": "./static/tabbar/roadShow.png",
  405. "selectedIconPath": "./static/tabbar/roadShow-s.png"
  406. },
  407. {
  408. "pagePath": "pages/myChart/index",
  409. "text": "我的图库",
  410. "iconPath": "./static/tabbar/mychart.png",
  411. "selectedIconPath": "./static/tabbar/mychart-s.png"
  412. },
  413. {
  414. "pagePath": "pages/question/question",
  415. "text": "问答",
  416. "iconPath": "./static/tabbar/question.png",
  417. "selectedIconPath": "./static/tabbar/question-s.png"
  418. },
  419. {
  420. "pagePath": "pages/voice/voice",
  421. "text": "语音播报",
  422. "iconPath": "./static/tabbar/voice.png",
  423. "selectedIconPath": "./static/tabbar/voice-s.png"
  424. }
  425. ]
  426. },
  427. "globalStyle": {
  428. "navigationBarTextStyle": "black",
  429. "navigationBarTitleText": "弘则研报",
  430. "navigationBarBackgroundColor": "#FFFFFF",
  431. "backgroundColor": "#FFFFFF",
  432. "usingComponents":{
  433. "drag":"/wxcomponents/drag/index",
  434. "van-button":"/wxcomponents/vant/button/index",
  435. "van-toast":"/wxcomponents/vant/toast/index",
  436. "van-popup":"/wxcomponents/vant/popup/index",
  437. "van-search": "/wxcomponents/vant/search/index",
  438. "van-sticky": "/wxcomponents/vant/sticky/index",
  439. "van-field": "/wxcomponents/vant/field/index",
  440. "van-icon": "/wxcomponents/vant/icon/index",
  441. "van-radio": "/wxcomponents/vant/radio/index",
  442. "van-tab": "/wxcomponents/vant/tab/index",
  443. "van-tabs": "/wxcomponents/vant/tabs/index",
  444. "van-count-down": "/wxcomponents/vant/count-down/index",
  445. "van-empty": "/wxcomponents/vant/empty/index",
  446. "van-checkbox": "/wxcomponents/vant/checkbox/index",
  447. "van-transition": "/wxcomponents/vant/transition/index",
  448. "van-collapse": "/wxcomponents/vant/collapse/index",
  449. "van-collapse-item": "/wxcomponents/vant/collapse-item/index",
  450. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  451. "van-tag": "/wxcomponents/vant/tag/index",
  452. "van-row": "/wxcomponents/vant/row/index",
  453. "van-col": "/wxcomponents/vant/col/index",
  454. "van-progress": "/wxcomponents/vant/progress/index",
  455. "van-dialog": "/wxcomponents/vant/dialog/index",
  456. "van-cell": "/wxcomponents/vant/cell/index",
  457. "van-tree-select": "/wxcomponents/vant/tree-select/index",
  458. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
  459. "van-swipe-cell": "/wxcomponents/vant/swipe-cell/index"
  460. }
  461. }
  462. }