pages.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  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. "backgroundColor": "#fff"
  32. }
  33. },
  34. {
  35. "path": "pages/index/index",
  36. "style": {
  37. "navigationBarTitleText": "首页"
  38. }
  39. },
  40. {
  41. "path": "pages/self/index",
  42. "style": {
  43. "navigationBarTitleText": "我的"
  44. }
  45. },
  46. {
  47. "path": "pages/auth/index",
  48. "style": {
  49. "navigationBarTitleText": "鑫恩华"
  50. }
  51. },
  52. {
  53. "path": "pages/webview/web-view",
  54. "style": {
  55. "navigationBarTitleText": "外部链接"
  56. }
  57. },
  58. {
  59. "path": "pages/self/about",
  60. "style": {
  61. "navigationBarTitleText": "关于我们"
  62. }
  63. },
  64. {
  65. "path": "pages/self/info",
  66. "style": {
  67. "navigationBarTitleText": "个人资料"
  68. }
  69. },
  70. {
  71. "path": "pages/self/enterpriseInfo",
  72. "style": {
  73. "navigationBarTitleText": "企业资料"
  74. }
  75. },
  76. {
  77. "path": "pages/self/commonQuestion",
  78. "style": {
  79. "navigationBarTitleText": "常见问题"
  80. }
  81. },
  82. {
  83. "path": "pages/self/auth",
  84. "style": {
  85. "navigationBarTitleText": "认证信息"
  86. }
  87. },
  88. {
  89. "path": "pages/self/enterpriseTeam",
  90. "style": {
  91. "navigationBarTitleText": "企业团队"
  92. }
  93. },
  94. {
  95. "path": "pages/self/authSetting",
  96. "style": {
  97. "navigationBarTitleText": "权限设置"
  98. }
  99. },
  100. {
  101. "path": "pages/self/coupon/index",
  102. "style": {
  103. "navigationBarTitleText": "我的优惠券"
  104. }
  105. },
  106. {
  107. "path": "pages/self/coupon/detail",
  108. "style": {
  109. "navigationBarTitleText": "",
  110. "navigationBarBackgroundColor": "#ff6e6e",
  111. "navigationBarTextStyle": "white",
  112. "backgroundColor": "#FFFFFF",
  113. "backgroundColorTop": "#ff6e6e"
  114. }
  115. },
  116. {
  117. "path": "pages/self/coupon/center",
  118. "style": {
  119. "navigationBarTitleText": "领券中心"
  120. }
  121. },
  122. {
  123. "path": "pages/self/invoice/index",
  124. "style": {
  125. "navigationBarTitleText": "我的发票"
  126. }
  127. },
  128. {
  129. "path": "pages/self/invoice/filter",
  130. "style": {
  131. "navigationBarTitleText": "发票筛选"
  132. }
  133. },
  134. {
  135. "path": "pages/self/bill/index",
  136. "style": {
  137. "navigationBarTitleText": "我的账单"
  138. }
  139. },
  140. {
  141. "path": "pages/self/bill/filter",
  142. "style": {
  143. "navigationBarTitleText": "账单筛选"
  144. }
  145. },
  146. {
  147. "path": "pages/self/bill/detail",
  148. "style": {
  149. "navigationBarTitleText": "账单详情"
  150. }
  151. },
  152. {
  153. "path": "pages/self/order/index",
  154. "style": {
  155. "navigationBarTitleText": "我的订单"
  156. }
  157. },
  158. {
  159. "path": "pages/self/order/detail",
  160. "style": {
  161. "navigationBarTitleText": "订单详情"
  162. }
  163. },
  164. {
  165. "path": "pages/self/wallet/index",
  166. "style": {
  167. "navigationBarTitleText": "企业钱包"
  168. }
  169. },
  170. {
  171. "path": "pages/self/wallet/record",
  172. "style": {
  173. "navigationBarTitleText": "资金明细"
  174. }
  175. },
  176. {
  177. "path": "pages/self/wallet/filter",
  178. "style": {
  179. "navigationBarTitleText": "明细筛选"
  180. }
  181. },
  182. {
  183. "path": "pages/self/wallet/recharge",
  184. "style": {
  185. "navigationBarTitleText": "充值"
  186. }
  187. },
  188. {
  189. "path": "pages/self/wallet/pay",
  190. "style": {
  191. "navigationBarTitleText": "支付方式"
  192. }
  193. },
  194. {
  195. "path": "pages/self/wallet/paySuccess",
  196. "style": {
  197. "navigationBarTitleText": "",
  198. "backgroundColor": "#fff"
  199. }
  200. },
  201. {
  202. "path": "pages/self/wallet/cash",
  203. "style": {
  204. "navigationBarTitleText": "提现"
  205. }
  206. },
  207. {
  208. "path": "pages/self/wallet/cashSuccess",
  209. "style": {
  210. "navigationBarTitleText": ""
  211. }
  212. },
  213. {
  214. "path": "pages/self/wallet/setting",
  215. "style": {
  216. "navigationBarTitleText": "钱包设置"
  217. }
  218. }
  219. ],
  220. "globalStyle": {
  221. "navigationBarTextStyle": "black",
  222. "navigationBarTitleText": "鑫恩华",
  223. "navigationBarBackgroundColor": "#FFFFFF",
  224. "backgroundColor": "#f3f3f3"
  225. },
  226. "tabBar": {
  227. "borderStyle": "white",
  228. "list": [{
  229. "pagePath": "pages/index/index",
  230. "iconPath": "/static/tabbar/activity.png",
  231. "selectedIconPath": "/static/tabbar/activty-ed.png",
  232. "text": "首页"
  233. },
  234. {
  235. "pagePath": "pages/taxationLesson/index",
  236. "iconPath": "/static/tabbar/honer.png",
  237. "selectedIconPath": "/static/tabbar/honer-ed.png",
  238. "text": "财税课堂"
  239. },
  240. {
  241. "pagePath": "pages/appCenter/index",
  242. "iconPath": "/static/tabbar/honer.png",
  243. "selectedIconPath": "/static/tabbar/honer-ed.png",
  244. "text": "应用中心"
  245. },
  246. {
  247. "pagePath": "pages/self/index",
  248. "iconPath": "/static/tabbar/self.png",
  249. "selectedIconPath": "/static/tabbar/self-ed.png",
  250. "text": "我的"
  251. }
  252. ]
  253. }
  254. }