pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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/index",
  101. "style": {
  102. "navigationBarTitleText": "我的优惠券"
  103. }
  104. },
  105. {
  106. "path": "pages/self/coupon/detail",
  107. "style": {
  108. "navigationBarTitleText": "",
  109. "navigationBarBackgroundColor": "#ff6e6e",
  110. "navigationBarTextStyle": "white",
  111. "backgroundColor": "#FFFFFF",
  112. "backgroundColorTop": "#ff6e6e"
  113. }
  114. },
  115. {
  116. "path": "pages/self/coupon/center",
  117. "style": {
  118. "navigationBarTitleText": "领券中心"
  119. }
  120. },
  121. {
  122. "path" : "pages/self/invoice/index",
  123. "style" :
  124. {
  125. "navigationBarTitleText" : "我的发票"
  126. }
  127. },
  128. {
  129. "path" : "pages/self/invoice/filter",
  130. "style" :
  131. {
  132. "navigationBarTitleText" : "发票筛选"
  133. }
  134. }
  135. ],
  136. "globalStyle": {
  137. "navigationBarTextStyle": "black",
  138. "navigationBarTitleText": "鑫恩华",
  139. "navigationBarBackgroundColor": "#FFFFFF",
  140. "backgroundColor": "#f3f3f3"
  141. },
  142. "tabBar": {
  143. "borderStyle": "white",
  144. "list": [{
  145. "pagePath": "pages/index/index",
  146. "iconPath": "/static/tabbar/activity.png",
  147. "selectedIconPath": "/static/tabbar/activty-ed.png",
  148. "text": "首页"
  149. },
  150. {
  151. "pagePath": "pages/taxationLesson/index",
  152. "iconPath": "/static/tabbar/honer.png",
  153. "selectedIconPath": "/static/tabbar/honer-ed.png",
  154. "text": "财税课堂"
  155. },
  156. {
  157. "pagePath": "pages/appCenter/index",
  158. "iconPath": "/static/tabbar/honer.png",
  159. "selectedIconPath": "/static/tabbar/honer-ed.png",
  160. "text": "应用中心"
  161. },
  162. {
  163. "pagePath": "pages/self/index",
  164. "iconPath": "/static/tabbar/self.png",
  165. "selectedIconPath": "/static/tabbar/self-ed.png",
  166. "text": "我的"
  167. }
  168. ]
  169. }
  170. }