app.json 1.5 KB

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