pages.json 6.2 KB

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