pages.json 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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. // 问答模块
  280. {
  281. "root": "pages-question",
  282. "pages": [
  283. {
  284. "path": "answerList",
  285. "style":{
  286. "navigationBarTitleText": "我的问答",
  287. "enablePullDownRefresh": true
  288. }
  289. },
  290. {
  291. "path": "answerDetail",
  292. "style":{
  293. "navigationBarTitleText": "问答详情"
  294. }
  295. },
  296. {
  297. "path": "hasQuestion",
  298. "style":{
  299. "navigationBarTitleText": "我要提问"
  300. }
  301. }
  302. ]
  303. },
  304. // 沙盘图
  305. {
  306. "root": "pages-sandTable",
  307. "pages": [
  308. {
  309. "path": "sandTable",
  310. "style":{
  311. "navigationBarTitleText": "沙盘推演",
  312. "enablePullDownRefresh": true
  313. }
  314. }
  315. ]
  316. },
  317. //语音播放模块
  318. {
  319. "root":"pages-voice",
  320. "pages": [
  321. {
  322. "path": "addVoice",
  323. "style":{
  324. "navigationBarTitleText": "新建语音"
  325. }
  326. },
  327. {
  328. "path": "voiceDetail",
  329. "style":{
  330. "navigationBarTitleText": "播报详情"
  331. }
  332. },
  333. {
  334. "path": "myVoice",
  335. "style":{
  336. "navigationBarTitleText": "我的语音",
  337. "enablePullDownRefresh": true
  338. }
  339. }
  340. ]
  341. },
  342. //线上路演模块
  343. {
  344. "root":"pages-roadShow",
  345. "pages":[
  346. {
  347. "path":"video/list",
  348. "style": {
  349. "navigationBarTitleText": "线上路演",
  350. "enablePullDownRefresh": true
  351. }
  352. },
  353. {
  354. "path":"video/search",
  355. "style": {
  356. "navigationBarTitleText": "线上路演"
  357. }
  358. }
  359. ]
  360. },
  361. // 我的图库模块
  362. {
  363. "root":"pages-myChart",
  364. "pages":[
  365. {
  366. "path":"classify",
  367. "style": {
  368. "navigationBarTitleText": "分类"
  369. }
  370. },
  371. {
  372. "path":"list",
  373. "style": {
  374. "navigationBarTitleText": "列表"
  375. }
  376. },
  377. {
  378. "path":"detail",
  379. "style": {
  380. "navigationBarTitleText": "详情"
  381. }
  382. }
  383. ]
  384. }
  385. ],
  386. "tabBar": {
  387. "custom": true,
  388. "color": "#1F243A",
  389. "selectedColor": "#E3B377",
  390. "list": [
  391. {
  392. "pagePath": "pages/report/report",
  393. "text": "首页",
  394. "iconPath": "./static/tabbar/report.png",
  395. "selectedIconPath": "./static/tabbar/report-s.png"
  396. },
  397. {
  398. "pagePath": "pages/roadShow/video/list",
  399. "text": "线上路演",
  400. "iconPath": "./static/tabbar/roadShow.png",
  401. "selectedIconPath": "./static/tabbar/roadShow-s.png"
  402. },
  403. {
  404. "pagePath": "pages/myChart/index",
  405. "text": "我的图库",
  406. "iconPath": "./static/tabbar/mychart.png",
  407. "selectedIconPath": "./static/tabbar/mychart-s.png"
  408. },
  409. {
  410. "pagePath": "pages/question/question",
  411. "text": "问答",
  412. "iconPath": "./static/tabbar/question.png",
  413. "selectedIconPath": "./static/tabbar/question-s.png"
  414. },
  415. {
  416. "pagePath": "pages/voice/voice",
  417. "text": "语音播报",
  418. "iconPath": "./static/tabbar/voice.png",
  419. "selectedIconPath": "./static/tabbar/voice-s.png"
  420. }
  421. ]
  422. },
  423. "globalStyle": {
  424. "navigationBarTextStyle": "black",
  425. "navigationBarTitleText": "弘则研报",
  426. "navigationBarBackgroundColor": "#FFFFFF",
  427. "backgroundColor": "#FFFFFF",
  428. "usingComponents":{
  429. "drag":"/wxcomponents/drag/index",
  430. "van-button":"/wxcomponents/vant/button/index",
  431. "van-toast":"/wxcomponents/vant/toast/index",
  432. "van-popup":"/wxcomponents/vant/popup/index",
  433. "van-search": "/wxcomponents/vant/search/index",
  434. "van-sticky": "/wxcomponents/vant/sticky/index",
  435. "van-field": "/wxcomponents/vant/field/index",
  436. "van-icon": "/wxcomponents/vant/icon/index",
  437. "van-radio": "/wxcomponents/vant/radio/index",
  438. "van-tab": "/wxcomponents/vant/tab/index",
  439. "van-tabs": "/wxcomponents/vant/tabs/index",
  440. "van-count-down": "/wxcomponents/vant/count-down/index",
  441. "van-empty": "/wxcomponents/vant/empty/index",
  442. "van-checkbox": "/wxcomponents/vant/checkbox/index",
  443. "van-transition": "/wxcomponents/vant/transition/index",
  444. "van-collapse": "/wxcomponents/vant/collapse/index",
  445. "van-collapse-item": "/wxcomponents/vant/collapse-item/index",
  446. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  447. "van-tag": "/wxcomponents/vant/tag/index",
  448. "van-row": "/wxcomponents/vant/row/index",
  449. "van-col": "/wxcomponents/vant/col/index",
  450. "van-progress": "/wxcomponents/vant/progress/index",
  451. "van-dialog": "/wxcomponents/vant/dialog/index",
  452. "van-cell": "/wxcomponents/vant/cell/index",
  453. "van-tree-select": "/wxcomponents/vant/tree-select/index",
  454. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
  455. "van-swipe-cell": "/wxcomponents/vant/swipe-cell/index"
  456. }
  457. }
  458. }