pages.json 6.8 KB

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