pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/taxationLesson/index",
  5. "style": {
  6. "navigationBarTitleText": "创业社区"
  7. }
  8. },
  9. {
  10. "path": "pages/taxationLesson/active",
  11. "style": {
  12. "navigationBarTitleText": "社区活动"
  13. }
  14. },
  15. {
  16. "path": "pages/taxationLesson/ticket",
  17. "style": {
  18. "navigationBarTitleText": "领券中心"
  19. }
  20. },
  21. {
  22. "path": "pages/taxationLesson/rich_card",
  23. "style": {
  24. "navigationBarTitleText": "社区活动"
  25. }
  26. },
  27. {
  28. "path": "pages/appCenter/index",
  29. "style": {
  30. "navigationBarTitleText": "应用中心"
  31. }
  32. },
  33. {
  34. "path": "pages/index/index",
  35. "style": {
  36. "navigationBarTitleText": "首页"
  37. }
  38. },
  39. {
  40. "path": "pages/self/index",
  41. "style": {
  42. "navigationBarTitleText": "我的"
  43. }
  44. },
  45. {
  46. "path": "pages/auth/index",
  47. "style": {
  48. "navigationBarTitleText": "鑫恩华"
  49. }
  50. },
  51. {
  52. "path": "pages/webview/web-view",
  53. "style": {
  54. "navigationBarTitleText": "外部链接"
  55. }
  56. },
  57. {
  58. "path": "pages/self/about",
  59. "style": {
  60. "navigationBarTitleText": "关于我们"
  61. }
  62. },
  63. {
  64. "path": "pages/self/info",
  65. "style": {
  66. "navigationBarTitleText": "个人资料"
  67. }
  68. },
  69. {
  70. "path" : "pages/self/enterpriseInfo",
  71. "style" :
  72. {
  73. "navigationBarTitleText" : "企业资料"
  74. }
  75. },
  76. {
  77. "path" : "pages/self/commonQuestion",
  78. "style" :
  79. {
  80. "navigationBarTitleText" : "常见问题"
  81. }
  82. },
  83. {
  84. "path" : "pages/self/auth",
  85. "style" :
  86. {
  87. "navigationBarTitleText" : "认证信息"
  88. }
  89. },
  90. {
  91. "path" : "pages/self/enterpriseTeam",
  92. "style" :
  93. {
  94. "navigationBarTitleText" : "企业团队"
  95. }
  96. }
  97. ],
  98. "globalStyle": {
  99. "navigationBarTextStyle": "black",
  100. "navigationBarTitleText": "鑫恩华",
  101. "navigationBarBackgroundColor": "#FFFFFF",
  102. "backgroundColor": "#f3f3f3"
  103. },
  104. "tabBar": {
  105. "borderStyle": "white",
  106. "list": [{
  107. "pagePath": "pages/index/index",
  108. "iconPath": "/static/tabbar/activity.png",
  109. "selectedIconPath": "/static/tabbar/activty-ed.png",
  110. "text": "首页"
  111. },
  112. {
  113. "pagePath": "pages/taxationLesson/index",
  114. "iconPath": "/static/tabbar/honer.png",
  115. "selectedIconPath": "/static/tabbar/honer-ed.png",
  116. "text": "财税课堂"
  117. },
  118. {
  119. "pagePath": "pages/appCenter/index",
  120. "iconPath": "/static/tabbar/honer.png",
  121. "selectedIconPath": "/static/tabbar/honer-ed.png",
  122. "text": "应用中心"
  123. },
  124. {
  125. "pagePath": "pages/self/index",
  126. "iconPath": "/static/tabbar/self.png",
  127. "selectedIconPath": "/static/tabbar/self-ed.png",
  128. "text": "我的"
  129. }
  130. ]
  131. }
  132. }