pages.json 7.5 KB

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