pages.json 5.5 KB

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