pages.json 8.8 KB

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