pages.json 6.5 KB

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