pages.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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. "path" : "pages/self/bill/index",
  137. "style" :
  138. {
  139. "navigationBarTitleText" : "我的账单"
  140. }
  141. },
  142. {
  143. "path" : "pages/self/bill/filter",
  144. "style" :
  145. {
  146. "navigationBarTitleText" : "账单筛选"
  147. }
  148. },
  149. {
  150. "path" : "pages/self/bill/detail",
  151. "style" :
  152. {
  153. "navigationBarTitleText" : "账单详情"
  154. }
  155. },
  156. {
  157. "path" : "pages/self/order/index",
  158. "style" :
  159. {
  160. "navigationBarTitleText" : "我的订单"
  161. }
  162. }
  163. ],
  164. "globalStyle": {
  165. "navigationBarTextStyle": "black",
  166. "navigationBarTitleText": "鑫恩华",
  167. "navigationBarBackgroundColor": "#FFFFFF",
  168. "backgroundColor": "#f3f3f3"
  169. },
  170. "tabBar": {
  171. "borderStyle": "white",
  172. "list": [{
  173. "pagePath": "pages/index/index",
  174. "iconPath": "/static/tabbar/activity.png",
  175. "selectedIconPath": "/static/tabbar/activty-ed.png",
  176. "text": "首页"
  177. },
  178. {
  179. "pagePath": "pages/taxationLesson/index",
  180. "iconPath": "/static/tabbar/honer.png",
  181. "selectedIconPath": "/static/tabbar/honer-ed.png",
  182. "text": "财税课堂"
  183. },
  184. {
  185. "pagePath": "pages/appCenter/index",
  186. "iconPath": "/static/tabbar/honer.png",
  187. "selectedIconPath": "/static/tabbar/honer-ed.png",
  188. "text": "应用中心"
  189. },
  190. {
  191. "pagePath": "pages/self/index",
  192. "iconPath": "/static/tabbar/self.png",
  193. "selectedIconPath": "/static/tabbar/self-ed.png",
  194. "text": "我的"
  195. }
  196. ]
  197. }
  198. }