pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. "navigationBarTitleText": "企业资料"
  73. }
  74. },
  75. {
  76. "path": "pages/self/commonQuestion",
  77. "style": {
  78. "navigationBarTitleText": "常见问题"
  79. }
  80. },
  81. {
  82. "path": "pages/self/auth",
  83. "style": {
  84. "navigationBarTitleText": "认证信息"
  85. }
  86. },
  87. {
  88. "path": "pages/self/enterpriseTeam",
  89. "style": {
  90. "navigationBarTitleText": "企业团队"
  91. }
  92. },
  93. {
  94. "path": "pages/self/authSetting",
  95. "style": {
  96. "navigationBarTitleText": "权限设置"
  97. }
  98. },
  99. {
  100. "path": "pages/self/coupon",
  101. "style": {
  102. "navigationBarTitleText": "我的优惠券"
  103. }
  104. },
  105. {
  106. "path": "pages/self/couponDetail",
  107. "style": {
  108. "navigationBarTitleText": "",
  109. "navigationBarBackgroundColor": "#ff6e6e",
  110. "navigationBarTextStyle": "white",
  111. "backgroundColor": "#FFFFFF",
  112. "backgroundColorTop": "#ff6e6e"
  113. }
  114. },
  115. {
  116. "path" : "pages/self/couponCenter",
  117. "style" :
  118. {
  119. "navigationBarTitleText" : "领券中心"
  120. }
  121. }
  122. ],
  123. "globalStyle": {
  124. "navigationBarTextStyle": "black",
  125. "navigationBarTitleText": "鑫恩华",
  126. "navigationBarBackgroundColor": "#FFFFFF",
  127. "backgroundColor": "#f3f3f3"
  128. },
  129. "tabBar": {
  130. "borderStyle": "white",
  131. "list": [{
  132. "pagePath": "pages/index/index",
  133. "iconPath": "/static/tabbar/activity.png",
  134. "selectedIconPath": "/static/tabbar/activty-ed.png",
  135. "text": "首页"
  136. },
  137. {
  138. "pagePath": "pages/taxationLesson/index",
  139. "iconPath": "/static/tabbar/honer.png",
  140. "selectedIconPath": "/static/tabbar/honer-ed.png",
  141. "text": "财税课堂"
  142. },
  143. {
  144. "pagePath": "pages/appCenter/index",
  145. "iconPath": "/static/tabbar/honer.png",
  146. "selectedIconPath": "/static/tabbar/honer-ed.png",
  147. "text": "应用中心"
  148. },
  149. {
  150. "pagePath": "pages/self/index",
  151. "iconPath": "/static/tabbar/self.png",
  152. "selectedIconPath": "/static/tabbar/self-ed.png",
  153. "text": "我的"
  154. }
  155. ]
  156. }
  157. }