pages.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  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. }
  93. },
  94. {
  95. "path": "pages/self/coupon/detail",
  96. "style": {
  97. "navigationBarTitleText": "",
  98. "navigationBarBackgroundColor": "#ff6e6e",
  99. "navigationBarTextStyle": "white",
  100. "backgroundColor": "#FFFFFF",
  101. "backgroundColorTop": "#ff6e6e"
  102. }
  103. },
  104. {
  105. "path": "pages/self/coupon/center",
  106. "style": {
  107. "navigationBarTitleText": "领券中心"
  108. }
  109. },
  110. {
  111. "path": "pages/self/invoice/index",
  112. "style": {
  113. "navigationBarTitleText": "我的发票"
  114. }
  115. },
  116. {
  117. "path": "pages/self/invoice/filter",
  118. "style": {
  119. "navigationBarTitleText": "发票筛选"
  120. }
  121. },
  122. {
  123. "path": "pages/self/bill/index",
  124. "style": {
  125. "navigationBarTitleText": "我的账单",
  126. "enablePullDownRefresh": true
  127. }
  128. },
  129. {
  130. "path": "pages/self/bill/filter",
  131. "style": {
  132. "navigationBarTitleText": "账单筛选"
  133. }
  134. },
  135. {
  136. "path": "pages/self/bill/detail",
  137. "style": {
  138. "navigationBarTitleText": "账单详情"
  139. }
  140. },
  141. {
  142. "path": "pages/self/order/index",
  143. "style": {
  144. "navigationBarTitleText": "我的订单",
  145. "enablePullDownRefresh": true
  146. }
  147. },
  148. {
  149. "path": "pages/self/order/detail",
  150. "style": {
  151. "navigationBarTitleText": "订单详情"
  152. }
  153. },
  154. {
  155. "path": "pages/self/wallet/index",
  156. "style": {
  157. "navigationBarTitleText": "企业钱包"
  158. }
  159. },
  160. {
  161. "path": "pages/self/wallet/record",
  162. "style": {
  163. "navigationBarTitleText": "资金明细"
  164. }
  165. },
  166. {
  167. "path": "pages/self/wallet/filter",
  168. "style": {
  169. "navigationBarTitleText": "明细筛选"
  170. }
  171. },
  172. {
  173. "path": "pages/self/wallet/recharge",
  174. "style": {
  175. "navigationBarTitleText": "充值"
  176. }
  177. },
  178. {
  179. "path": "pages/self/wallet/pay",
  180. "style": {
  181. "navigationBarTitleText": "支付方式"
  182. }
  183. },
  184. {
  185. "path": "pages/self/wallet/paySuccess",
  186. "style": {
  187. "navigationBarTitleText": "",
  188. "backgroundColor": "#fff"
  189. }
  190. },
  191. {
  192. "path": "pages/self/wallet/cash",
  193. "style": {
  194. "navigationBarTitleText": "提现"
  195. }
  196. },
  197. {
  198. "path": "pages/self/wallet/cashSuccess",
  199. "style": {
  200. "navigationBarTitleText": ""
  201. }
  202. },
  203. {
  204. "path": "pages/self/wallet/setting",
  205. "style": {
  206. "navigationBarTitleText": "钱包设置"
  207. }
  208. },
  209. {
  210. "path": "pages/self/login",
  211. "style": {
  212. "navigationBarTitleText": "登录",
  213. "backgroundColor": "#fff"
  214. }
  215. },
  216. {
  217. "path": "pages/appCenter/accounting/index",
  218. "style": {
  219. "navigationBarTitleText": "记账报税"
  220. }
  221. },
  222. {
  223. "path": "pages/appCenter/accounting/detail",
  224. "style": {
  225. "navigationBarTitleText": "记账报税详情"
  226. }
  227. },
  228. {
  229. "path": "pages/appCenter/accounting/ticket",
  230. "style": {
  231. "navigationBarTitleText": "上传票据"
  232. }
  233. },
  234. {
  235. "path": "pages/appCenter/tax/index",
  236. "style": {
  237. "navigationBarTitleText": "税控托管"
  238. }
  239. },
  240. {
  241. "path": "pages/self/contract",
  242. "style": {
  243. "navigationBarTitleText": "我的合同"
  244. }
  245. },
  246. {
  247. "path": "pages/self/enterprise/index",
  248. "style": {
  249. "navigationBarTitleText": "我的企业",
  250. "enablePullDownRefresh": true
  251. }
  252. },
  253. {
  254. "path": "pages/self/enterprise/info",
  255. "style": {
  256. "navigationBarTitleText": "企业资料"
  257. }
  258. },
  259. {
  260. "path": "pages/BBS/index",
  261. "style": {
  262. "navigationBarTitleText": "社区活动"
  263. }
  264. },
  265. {
  266. "path": "pages/BBS/activity",
  267. "style": {
  268. "navigationBarTitleText": "社区活动"
  269. }
  270. },
  271. {
  272. "path": "pages/index/product/index",
  273. "style": {
  274. "navigationBarTitleText": "服务详情"
  275. }
  276. },
  277. {
  278. "path": "pages/index/product/category",
  279. "style": {
  280. "navigationBarTitleText": "企业服务"
  281. }
  282. }
  283. ],
  284. "globalStyle": {
  285. "navigationBarTextStyle": "black",
  286. "navigationBarTitleText": "鑫恩华",
  287. "navigationBarBackgroundColor": "#FFFFFF",
  288. "backgroundColor": "#f3f3f3"
  289. },
  290. "tabBar": {
  291. "borderStyle": "white",
  292. "list": [{
  293. "pagePath": "pages/index/index",
  294. "iconPath": "/static/tabbar/activity.png",
  295. "selectedIconPath": "/static/tabbar/activty-ed.png",
  296. "text": "首页"
  297. },
  298. {
  299. "pagePath": "pages/taxationLesson/index",
  300. "iconPath": "/static/tabbar/honer.png",
  301. "selectedIconPath": "/static/tabbar/honer-ed.png",
  302. "text": "创业社区"
  303. },
  304. {
  305. "pagePath": "pages/appCenter/index",
  306. "iconPath": "/static/tabbar/honer.png",
  307. "selectedIconPath": "/static/tabbar/honer-ed.png",
  308. "text": "应用中心"
  309. },
  310. {
  311. "pagePath": "pages/self/index",
  312. "iconPath": "/static/tabbar/self.png",
  313. "selectedIconPath": "/static/tabbar/self-ed.png",
  314. "text": "我的"
  315. }
  316. ]
  317. }
  318. }