pages.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/taxationLesson/index",
  11. "style": {
  12. "navigationBarTitleText": "创业社区"
  13. }
  14. },
  15. {
  16. "path": "pages/taxationLesson/active",
  17. "style": {
  18. "navigationBarTitleText": "社区活动"
  19. }
  20. },
  21. {
  22. "path": "pages/taxationLesson/ticket",
  23. "style": {
  24. "navigationBarTitleText": "领券中心"
  25. }
  26. },
  27. {
  28. "path": "pages/taxationLesson/rich_card",
  29. "style": {
  30. "navigationBarTitleText": "社区活动"
  31. }
  32. },
  33. {
  34. "path": "pages/appCenter/index",
  35. "style": {
  36. "navigationBarTitleText": "应用中心",
  37. "backgroundColor": "#fff"
  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/commonQuestion",
  72. "style": {
  73. "navigationBarTitleText": "常见问题"
  74. }
  75. },
  76. {
  77. "path": "pages/self/enterpriseTeam",
  78. "style": {
  79. "navigationBarTitleText": "企业团队"
  80. }
  81. },
  82. {
  83. "path": "pages/self/enterprise/authSetting",
  84. "style": {
  85. "navigationBarTitleText": "权限设置"
  86. }
  87. },
  88. {
  89. "path": "pages/self/coupon/index",
  90. "style": {
  91. "navigationBarTitleText": "我的优惠券",
  92. "enablePullDownRefresh": true
  93. }
  94. },
  95. {
  96. "path": "pages/self/coupon/detail",
  97. "style": {
  98. "navigationBarTitleText": "",
  99. "navigationBarBackgroundColor": "#ff6e6e",
  100. "navigationBarTextStyle": "white",
  101. "backgroundColor": "#FFFFFF",
  102. "backgroundColorTop": "#ff6e6e"
  103. }
  104. },
  105. {
  106. "path": "pages/self/coupon/center",
  107. "style": {
  108. "navigationBarTitleText": "领券中心",
  109. "enablePullDownRefresh": true
  110. }
  111. },
  112. {
  113. "path": "pages/self/invoice/index",
  114. "style": {
  115. "navigationBarTitleText": "我的发票"
  116. }
  117. },
  118. {
  119. "path": "pages/self/invoice/filter",
  120. "style": {
  121. "navigationBarTitleText": "发票筛选"
  122. }
  123. },
  124. {
  125. "path": "pages/self/bill/index",
  126. "style": {
  127. "navigationBarTitleText": "我的账单",
  128. "enablePullDownRefresh": true
  129. }
  130. },
  131. {
  132. "path": "pages/self/bill/filter",
  133. "style": {
  134. "navigationBarTitleText": "账单筛选"
  135. }
  136. },
  137. {
  138. "path": "pages/self/bill/detail",
  139. "style": {
  140. "navigationBarTitleText": "账单详情"
  141. }
  142. },
  143. {
  144. "path": "pages/self/order/index",
  145. "style": {
  146. "navigationBarTitleText": "我的订单",
  147. "enablePullDownRefresh": true
  148. }
  149. },
  150. {
  151. "path": "pages/self/order/detail",
  152. "style": {
  153. "navigationBarTitleText": "订单详情"
  154. }
  155. },
  156. {
  157. "path": "pages/self/wallet/index",
  158. "style": {
  159. "navigationBarTitleText": "企业钱包"
  160. }
  161. },
  162. {
  163. "path": "pages/self/wallet/record",
  164. "style": {
  165. "navigationBarTitleText": "资金明细"
  166. }
  167. },
  168. {
  169. "path": "pages/self/wallet/filter",
  170. "style": {
  171. "navigationBarTitleText": "明细筛选"
  172. }
  173. },
  174. {
  175. "path": "pages/self/wallet/recharge",
  176. "style": {
  177. "navigationBarTitleText": "充值"
  178. }
  179. },
  180. {
  181. "path": "pages/self/wallet/pay",
  182. "style": {
  183. "navigationBarTitleText": "支付方式"
  184. }
  185. },
  186. {
  187. "path": "pages/self/wallet/paySuccess",
  188. "style": {
  189. "navigationBarTitleText": "",
  190. "backgroundColor": "#fff"
  191. }
  192. },
  193. {
  194. "path": "pages/self/wallet/cash",
  195. "style": {
  196. "navigationBarTitleText": "提现"
  197. }
  198. },
  199. {
  200. "path": "pages/self/wallet/cashSuccess",
  201. "style": {
  202. "navigationBarTitleText": ""
  203. }
  204. },
  205. {
  206. "path": "pages/self/wallet/setting",
  207. "style": {
  208. "navigationBarTitleText": "钱包设置"
  209. }
  210. },
  211. {
  212. "path": "pages/self/login",
  213. "style": {
  214. "navigationBarTitleText": "登录",
  215. "backgroundColor": "#fff"
  216. }
  217. },
  218. {
  219. "path": "pages/appCenter/accounting/index",
  220. "style": {
  221. "navigationBarTitleText": "记账报税"
  222. }
  223. },
  224. {
  225. "path": "pages/appCenter/accounting/detail",
  226. "style": {
  227. "navigationBarTitleText": "记账报税详情"
  228. }
  229. },
  230. {
  231. "path": "pages/appCenter/accounting/ticket",
  232. "style": {
  233. "navigationBarTitleText": "上传票据"
  234. }
  235. },
  236. {
  237. "path": "pages/appCenter/tax/index",
  238. "style": {
  239. "navigationBarTitleText": "税控托管"
  240. }
  241. },
  242. {
  243. "path": "pages/self/contract",
  244. "style": {
  245. "navigationBarTitleText": "我的合同"
  246. }
  247. },
  248. {
  249. "path": "pages/self/enterprise/index",
  250. "style": {
  251. "navigationBarTitleText": "我的企业",
  252. "enablePullDownRefresh": true
  253. }
  254. },
  255. {
  256. "path": "pages/self/enterprise/info",
  257. "style": {
  258. "navigationBarTitleText": "企业资料"
  259. }
  260. },
  261. {
  262. "path": "pages/BBS/index",
  263. "style": {
  264. "navigationBarTitleText": "社区活动"
  265. }
  266. },
  267. {
  268. "path": "pages/BBS/activity",
  269. "style": {
  270. "navigationBarTitleText": "社区活动"
  271. }
  272. },
  273. {
  274. "path": "pages/index/product/index",
  275. "style": {
  276. "navigationBarTitleText": "服务详情"
  277. }
  278. },
  279. {
  280. "path": "pages/index/product/category",
  281. "style": {
  282. "navigationBarTitleText": "企业服务"
  283. }
  284. },
  285. {
  286. "path": "pages/tax/index",
  287. "style": {
  288. "navigationBarTitleText": "财税管家",
  289. "backgroundColor": "#f3f3f3"
  290. }
  291. }
  292. ],
  293. "globalStyle": {
  294. "navigationBarTextStyle": "black",
  295. "navigationBarTitleText": "鑫恩华",
  296. "navigationBarBackgroundColor": "#FFFFFF",
  297. "backgroundColor": "#f3f3f3"
  298. },
  299. "tabBar": {
  300. "borderStyle": "white",
  301. "list": [{
  302. "pagePath": "pages/index/index",
  303. "iconPath": "/static/tabbar/activity.png",
  304. "selectedIconPath": "/static/tabbar/activty-ed.png",
  305. "text": "首页"
  306. },
  307. {
  308. "pagePath": "pages/taxationLesson/index",
  309. "iconPath": "/static/tabbar/honer.png",
  310. "selectedIconPath": "/static/tabbar/honer-ed.png",
  311. "text": "干货分享"
  312. },
  313. {
  314. "pagePath": "pages/tax/index",
  315. "iconPath": "/static/tabbar/honer.png",
  316. "selectedIconPath": "/static/tabbar/honer-ed.png",
  317. "text": "财税管家"
  318. },
  319. {
  320. "pagePath": "pages/self/index",
  321. "iconPath": "/static/tabbar/self.png",
  322. "selectedIconPath": "/static/tabbar/self-ed.png",
  323. "text": "我的"
  324. }
  325. ]
  326. }
  327. }