pages.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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. "path": "messageList",
  112. "style":{
  113. "navigationBarTitleText": "消息通知",
  114. "enablePullDownRefresh": true
  115. }
  116. },
  117. {
  118. "path": "mysetting",
  119. "style":{
  120. "navigationBarTitleText": "我的设置"
  121. }
  122. }
  123. ]
  124. },
  125. // 图库模块
  126. {
  127. "root": "pages-chart",
  128. "pages": [
  129. {
  130. "path": "allTypes",
  131. "style":{
  132. "navigationBarTitleText": "图表分类"
  133. }
  134. },
  135. {
  136. "path": "chartDetail",
  137. "style":{
  138. "navigationBarTitleText": "图表详情"
  139. }
  140. }
  141. ]
  142. },
  143. //已购模块
  144. {
  145. "root": "pages-buy",
  146. "pages": [
  147. {
  148. "path":"detail",
  149. "style":{
  150. "navigationBarTitleText":""
  151. }
  152. }
  153. ]
  154. },
  155. // 研报模块
  156. {
  157. "root": "pages-report",
  158. "pages": [
  159. {
  160. "path":"classify",
  161. "style":{
  162. "navigationBarTitleText":"FICC研报分类",
  163. "enablePullDownRefresh": true
  164. }
  165. },
  166. {
  167. "path":"search",
  168. "style":{
  169. "navigationBarTitleText":"FICC研报"
  170. }
  171. },
  172. // 专栏列表 classifyId
  173. {
  174. "path": "specialColumn/list",
  175. "style":{
  176. "enablePullDownRefresh": true
  177. }
  178. },
  179. // 专栏详情 columnId
  180. {
  181. "path": "specialColumn/detail",
  182. "style":{
  183. "enablePullDownRefresh": true
  184. }
  185. },
  186. // 报告列表 classifyId
  187. {
  188. "path": "reportList",
  189. "style":{
  190. "enablePullDownRefresh": true
  191. }
  192. },
  193. // 报告列表搜索页
  194. {
  195. "path": "reportListSearch"
  196. },
  197. //报告详情
  198. {
  199. "path": "reportDetail"
  200. },
  201. // 章节详情
  202. {
  203. "path": "chapterDetail"
  204. },
  205. //ficc介绍页面
  206. {
  207. "path": "ficcService"
  208. }
  209. ]
  210. }
  211. ],
  212. "tabBar": {
  213. "custom": true,
  214. "color": "#1F243A",
  215. "selectedColor": "#E3B377",
  216. "list": [
  217. {
  218. "pagePath": "pages/report/report",
  219. "text": "报告",
  220. "iconPath": "./static/tabbar/report.png",
  221. "selectedIconPath": "./static/tabbar/report-s.png"
  222. },
  223. {
  224. "pagePath": "pages/buy/buy",
  225. "text": "已购",
  226. "iconPath": "./static/tabbar/buy.png",
  227. "selectedIconPath": "./static/tabbar/buy-s.png"
  228. },
  229. {
  230. "pagePath": "pages/chart/chart",
  231. "text": "图库",
  232. "iconPath": "./static/tabbar/chart.png",
  233. "selectedIconPath": "./static/tabbar/chart-s.png"
  234. },
  235. {
  236. "pagePath": "pages/activity/activity",
  237. "text": "活动",
  238. "iconPath": "./static/tabbar/activity.png",
  239. "selectedIconPath": "./static/tabbar/activity-s.png"
  240. },
  241. {
  242. "pagePath": "pages/user/user",
  243. "text": "我的",
  244. "iconPath": "./static/tabbar/user.png",
  245. "selectedIconPath": "./static/tabbar/user-s.png"
  246. }
  247. ]
  248. },
  249. "globalStyle": {
  250. "navigationBarTextStyle": "black",
  251. "navigationBarTitleText": "弘则研报",
  252. "navigationBarBackgroundColor": "#FFFFFF",
  253. "backgroundColor": "#FFFFFF",
  254. "usingComponents":{
  255. "drag":"/wxcomponents/drag/index",
  256. "van-button":"/wxcomponents/vant/button/index",
  257. "van-toast":"/wxcomponents/vant/toast/index",
  258. "van-popup":"/wxcomponents/vant/popup/index",
  259. "van-search": "/wxcomponents/vant/search/index",
  260. "van-sticky": "/wxcomponents/vant/sticky/index",
  261. "van-field": "/wxcomponents/vant/field/index",
  262. "van-icon": "/wxcomponents/vant/icon/index",
  263. "van-radio": "/wxcomponents/vant/radio/index",
  264. "van-tab": "/wxcomponents/vant/tab/index",
  265. "van-tabs": "/wxcomponents/vant/tabs/index",
  266. "van-count-down": "/wxcomponents/vant/count-down/index",
  267. "van-empty": "/wxcomponents/vant/empty/index",
  268. "van-checkbox": "/wxcomponents/vant/checkbox/index",
  269. "van-transition": "/wxcomponents/vant/transition/index",
  270. "van-collapse": "/wxcomponents/vant/collapse/index",
  271. "van-collapse-item": "/wxcomponents/vant/collapse-item/index",
  272. "van-tag": "/wxcomponents/vant/tag/index",
  273. "van-row": "/wxcomponents/vant/row/index",
  274. "van-col": "/wxcomponents/vant/col/index",
  275. "van-progress": "/wxcomponents/vant/progress/index",
  276. "van-dialog": "/wxcomponents/vant/dialog/index"
  277. }
  278. }
  279. }