pages.json 6.1 KB

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