pages.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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. "path" : "pages/self/order/detail",
  165. "style" :
  166. {
  167. "navigationBarTitleText" : "订单详情"
  168. }
  169. },
  170. {
  171. "path" : "pages/self/wallet/index",
  172. "style" :
  173. {
  174. "navigationBarTitleText" : "企业钱包"
  175. }
  176. },
  177. {
  178. "path" : "pages/self/wallet/record",
  179. "style" :
  180. {
  181. "navigationBarTitleText" : "资金明细"
  182. }
  183. },
  184. {
  185. "path" : "pages/self/wallet/filter",
  186. "style" :
  187. {
  188. "navigationBarTitleText" : "明细筛选"
  189. }
  190. },
  191. {
  192. "path" : "pages/self/wallet/recharge",
  193. "style" :
  194. {
  195. "navigationBarTitleText" : "充值"
  196. }
  197. },
  198. {
  199. "path" : "pages/self/wallet/pay",
  200. "style" :
  201. {
  202. "navigationBarTitleText" : "支付方式"
  203. }
  204. },
  205. {
  206. "path" : "pages/self/wallet/success",
  207. "style" :
  208. {
  209. "navigationBarTitleText" : "",
  210. "backgroundColor": "#fff"
  211. }
  212. }
  213. ],
  214. "globalStyle": {
  215. "navigationBarTextStyle": "black",
  216. "navigationBarTitleText": "鑫恩华",
  217. "navigationBarBackgroundColor": "#FFFFFF",
  218. "backgroundColor": "#f3f3f3"
  219. },
  220. "tabBar": {
  221. "borderStyle": "white",
  222. "list": [{
  223. "pagePath": "pages/index/index",
  224. "iconPath": "/static/tabbar/activity.png",
  225. "selectedIconPath": "/static/tabbar/activty-ed.png",
  226. "text": "首页"
  227. },
  228. {
  229. "pagePath": "pages/taxationLesson/index",
  230. "iconPath": "/static/tabbar/honer.png",
  231. "selectedIconPath": "/static/tabbar/honer-ed.png",
  232. "text": "财税课堂"
  233. },
  234. {
  235. "pagePath": "pages/appCenter/index",
  236. "iconPath": "/static/tabbar/honer.png",
  237. "selectedIconPath": "/static/tabbar/honer-ed.png",
  238. "text": "应用中心"
  239. },
  240. {
  241. "pagePath": "pages/self/index",
  242. "iconPath": "/static/tabbar/self.png",
  243. "selectedIconPath": "/static/tabbar/self-ed.png",
  244. "text": "我的"
  245. }
  246. ]
  247. }
  248. }