pages.json 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/report/report",
  5. "style": {
  6. "navigationBarTitleText": "FICC研报",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/buy/buy",
  12. "style": {
  13. "navigationBarTitleText": "已购",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path": "pages/chart/chart",
  19. "style": {
  20. "navigationBarTitleText": "ETA图库",
  21. "enablePullDownRefresh": true
  22. }
  23. },
  24. {
  25. "path": "pages/activity/activity",
  26. "style": {
  27. "navigationBarTitleText": "活动",
  28. "enablePullDownRefresh": true
  29. }
  30. },
  31. {
  32. "path": "pages/user/user",
  33. "style": {
  34. "navigationBarTitleText": "我的"
  35. }
  36. },
  37. {
  38. "path": "pages/question/question",
  39. "style": {
  40. "navigationBarTitleText": "问答社区",
  41. "enablePullDownRefresh": true
  42. }
  43. },
  44. {
  45. "path":"pages/login",
  46. "style":{
  47. "navigationBarTitleText":"绑定联系方式"
  48. }
  49. },
  50. {
  51. "path": "pages/pc",
  52. "style":{
  53. "navigationBarTitleText": ""
  54. }
  55. },
  56. {
  57. "path":"pages/voice/voice",
  58. "style": {
  59. "navigationBarTitleText": "语音播报",
  60. "enablePullDownRefresh": true
  61. }
  62. }
  63. ],
  64. "subPackages":[
  65. // 活动模块
  66. {
  67. "root":"pages-activity",
  68. "pages":[
  69. {
  70. "path":"detail",
  71. "style":{
  72. "navigationBarTitleText":"活动详情"
  73. }
  74. },
  75. {
  76. "path":"noAuthority",
  77. "style":{
  78. "navigationBarTitleText":"活动详情"
  79. }
  80. },
  81. {
  82. "path": "reportDetail",
  83. "style":{
  84. "navigationBarTitleText": "报告详情"
  85. }
  86. }
  87. ]
  88. },
  89. // 申请权限模块
  90. {
  91. "root":"pages-applyPermission",
  92. "pages": [
  93. {
  94. "path":"applyPermission",
  95. "style":{
  96. "navigationBarTitleText":"申请试用"
  97. }
  98. },
  99. {
  100. "path":"selectVariety",
  101. "style":{
  102. "navigationBarTitleText":"选择品种"
  103. }
  104. },
  105. {
  106. "path":"applyResult",
  107. "style":{
  108. "navigationBarTitleText":"申请结果"
  109. }
  110. }
  111. ]
  112. },
  113. // 用户模块
  114. {
  115. "root": "pages-user",
  116. "pages": [
  117. {
  118. "path": "permissionList",
  119. "style":{
  120. "navigationBarTitleText": "品种权限"
  121. }
  122. },
  123. {
  124. "path": "messageList",
  125. "style":{
  126. "navigationBarTitleText": "消息通知",
  127. "enablePullDownRefresh": true
  128. }
  129. },
  130. {
  131. "path": "mysetting",
  132. "style":{
  133. "navigationBarTitleText": "我的设置"
  134. }
  135. }
  136. ]
  137. },
  138. // 图库模块
  139. {
  140. "root": "pages-chart",
  141. "pages": [
  142. {
  143. "path": "allTypes",
  144. "style":{
  145. "navigationBarTitleText": "图表分类"
  146. }
  147. },
  148. {
  149. "path": "chartDetail",
  150. "style":{
  151. "navigationBarTitleText": "图表详情"
  152. }
  153. }
  154. ]
  155. },
  156. //已购模块
  157. {
  158. "root": "pages-buy",
  159. "pages": [
  160. {
  161. "path":"detail",
  162. "style":{
  163. "navigationBarTitleText":""
  164. }
  165. }
  166. ]
  167. },
  168. // 研报模块
  169. {
  170. "root": "pages-report",
  171. "pages": [
  172. {
  173. "path":"classify",
  174. "style":{
  175. "navigationBarTitleText":"FICC研报分类",
  176. "enablePullDownRefresh": true
  177. }
  178. },
  179. {
  180. "path":"search",
  181. "style":{
  182. "navigationBarTitleText":"FICC研报"
  183. }
  184. },
  185. // 专栏列表 classifyId
  186. {
  187. "path": "specialColumn/list",
  188. "style":{
  189. "enablePullDownRefresh": true
  190. }
  191. },
  192. // 专栏详情 columnId
  193. {
  194. "path": "specialColumn/detail",
  195. "style":{
  196. "enablePullDownRefresh": true
  197. }
  198. },
  199. // 报告列表 classifyId
  200. {
  201. "path": "reportList",
  202. "style":{
  203. "enablePullDownRefresh": true
  204. }
  205. },
  206. // 报告列表搜索页
  207. {
  208. "path": "reportListSearch"
  209. },
  210. //报告详情
  211. {
  212. "path": "reportDetail"
  213. },
  214. // 章节详情
  215. {
  216. "path": "chapterDetail"
  217. },
  218. //ficc介绍页面
  219. {
  220. "path": "ficcService"
  221. }
  222. ]
  223. },
  224. // 问答模块
  225. {
  226. "root": "pages-question",
  227. "pages": [
  228. {
  229. "path": "answerList",
  230. "style":{
  231. "navigationBarTitleText": "我的问答",
  232. "enablePullDownRefresh": true
  233. }
  234. },
  235. {
  236. "path": "answerDetail",
  237. "style":{
  238. "navigationBarTitleText": "问答详情"
  239. }
  240. },
  241. {
  242. "path": "hasQuestion",
  243. "style":{
  244. "navigationBarTitleText": "我要提问"
  245. }
  246. }
  247. ]
  248. },
  249. //语音播放模块
  250. {
  251. "root":"pages-voice",
  252. "pages": [
  253. {
  254. "path": "addVoice",
  255. "style":{
  256. "navigationBarTitleText": "新建语音"
  257. }
  258. }
  259. ]
  260. }
  261. ],
  262. "tabBar": {
  263. "custom": true,
  264. "color": "#1F243A",
  265. "selectedColor": "#E3B377",
  266. "list": [
  267. {
  268. "pagePath": "pages/report/report",
  269. "text": "报告",
  270. "iconPath": "./static/tabbar/report.png",
  271. "selectedIconPath": "./static/tabbar/report-s.png"
  272. },
  273. {
  274. "pagePath": "pages/buy/buy",
  275. "text": "已购",
  276. "iconPath": "./static/tabbar/buy.png",
  277. "selectedIconPath": "./static/tabbar/buy-s.png"
  278. },
  279. {
  280. "pagePath": "pages/chart/chart",
  281. "text": "图库",
  282. "iconPath": "./static/tabbar/chart.png",
  283. "selectedIconPath": "./static/tabbar/chart-s.png"
  284. },
  285. {
  286. "pagePath": "pages/activity/activity",
  287. "text": "活动",
  288. "iconPath": "./static/tabbar/activity.png",
  289. "selectedIconPath": "./static/tabbar/activity-s.png"
  290. },
  291. /* {
  292. "pagePath": "pages/user/user",
  293. "text": "我的",
  294. "iconPath": "./static/tabbar/user.png",
  295. "selectedIconPath": "./static/tabbar/user-s.png"
  296. }, */
  297. {
  298. "pagePath": "pages/question/question",
  299. "text": "问答",
  300. "iconPath": "./static/tabbar/question.png",
  301. "selectedIconPath": "./static/tabbar/question-s.png"
  302. }
  303. ]
  304. },
  305. "globalStyle": {
  306. "navigationBarTextStyle": "black",
  307. "navigationBarTitleText": "弘则研报",
  308. "navigationBarBackgroundColor": "#FFFFFF",
  309. "backgroundColor": "#FFFFFF",
  310. "usingComponents":{
  311. "drag":"/wxcomponents/drag/index",
  312. "van-button":"/wxcomponents/vant/button/index",
  313. "van-toast":"/wxcomponents/vant/toast/index",
  314. "van-popup":"/wxcomponents/vant/popup/index",
  315. "van-search": "/wxcomponents/vant/search/index",
  316. "van-sticky": "/wxcomponents/vant/sticky/index",
  317. "van-field": "/wxcomponents/vant/field/index",
  318. "van-icon": "/wxcomponents/vant/icon/index",
  319. "van-radio": "/wxcomponents/vant/radio/index",
  320. "van-tab": "/wxcomponents/vant/tab/index",
  321. "van-tabs": "/wxcomponents/vant/tabs/index",
  322. "van-count-down": "/wxcomponents/vant/count-down/index",
  323. "van-empty": "/wxcomponents/vant/empty/index",
  324. "van-checkbox": "/wxcomponents/vant/checkbox/index",
  325. "van-transition": "/wxcomponents/vant/transition/index",
  326. "van-collapse": "/wxcomponents/vant/collapse/index",
  327. "van-collapse-item": "/wxcomponents/vant/collapse-item/index",
  328. "van-tag": "/wxcomponents/vant/tag/index",
  329. "van-row": "/wxcomponents/vant/row/index",
  330. "van-col": "/wxcomponents/vant/col/index",
  331. "van-progress": "/wxcomponents/vant/progress/index",
  332. "van-dialog": "/wxcomponents/vant/dialog/index",
  333. "van-cell": "/wxcomponents/vant/cell/index"
  334. }
  335. }
  336. }