app.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/login",
  5. "pages/service_agreement/service_agreement",
  6. "pages/success/success",
  7. "pages/person/person",
  8. "pages/detail/detail",
  9. "pages/userInfo/userInfo",
  10. "pages/my-apply/my-apply",
  11. "pages/my-order/my-order",
  12. "pages/payment-records/payment-records",
  13. "pages/payment-records-detail/payment-records-detail",
  14. "pages/tax-certificate/tax-certificate",
  15. "pages/common-setting/common-setting",
  16. "pages/version/version",
  17. "pages/web-view/web-view",
  18. "pages/realNameAuthentication/realNameAuthentication",
  19. "pages/realNameAuthentication/success",
  20. "ocrsdk/pages/id-card/id-card",
  21. "ocrsdk/pages/index/index"
  22. ],
  23. "window": {
  24. "backgroundTextStyle": "light",
  25. "navigationBarBackgroundColor": "#1890FF",
  26. "navigationBarTextStyle": "white"
  27. },
  28. "tabBar": {
  29. "custom": true,
  30. "color": "#000000",
  31. "selectedColor": "#000000",
  32. "backgroundColor": "#000000",
  33. "list": [
  34. {
  35. "pagePath": "pages/my-order/my-order"
  36. },
  37. {
  38. "pagePath": "pages/index/index"
  39. },
  40. {
  41. "pagePath": "pages/person/person"
  42. }
  43. ]
  44. },
  45. "lazyCodeLoading": "requiredComponents",
  46. "navigateToMiniProgramAppIdList": [
  47. "wx5a3a7366fd07e119"
  48. ],
  49. "sitemapLocation": "sitemap.json"
  50. }