app.json 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "entryPagePath": "pages/resitor_scence/resitor_scence",
  3. "pages": [
  4. "pages/resitor_scence/resitor_scence",
  5. "pages/faceCheck/faceCheck",
  6. "pages/visitor_make/visitor_make",
  7. "pages/regular_register/regular_register",
  8. "pages/regular_msg/regular_msg",
  9. "pages/regular_invite/regular_invite",
  10. "pages/regular_visit_records/regular_visit_records",
  11. "pages/visit_records/visit_records",
  12. "pages/regular_visit_details/regular_visit_details",
  13. "pages/regular_company_manage/regular_company_manage",
  14. "pages/company_register/company_register",
  15. "pages/ocr/ocr",
  16. "pages/mine/mine",
  17. "pages/changeUserInfo/index",
  18. "pages/authorize_three/authorize_three",
  19. "pages/protocol/protocol",
  20. "pages/visitor_qrcode/visitor_qrcode",
  21. "pages/k8_ampe/k8_ampe",
  22. "pages/web/web"
  23. ],
  24. "window": {
  25. "backgroundTextStyle": "light",
  26. "navigationBarTextStyle": "black",
  27. "titleBarColor": "#fff",
  28. "defaultTitle": "",
  29. "allowsBounceVertical": "NO"
  30. },
  31. "tabBar": {
  32. "borderStyle": "white",
  33. "selectedColor": "#909399",
  34. "textColor": "#aaaaaa",
  35. "items": [
  36. {
  37. "pagePath": "pages/resitor_scence/resitor_scence",
  38. "name": "首页(Index)",
  39. "icon": "./static/tabbar/home.png",
  40. "activeIcon": "./static/tabbar/home_cur.png"
  41. },
  42. {
  43. "pagePath": "pages/mine/mine",
  44. "name": "我的(My)",
  45. "icon": "./static/tabbar/mine.png",
  46. "activeIcon": "./static/tabbar/mine_cur.png"
  47. }
  48. ]
  49. },
  50. "usingComponents": {
  51. "zyh-description": "./components/zyh_desc/zyh_desc",
  52. "zyh-face-verify": "./components/face_verify/face_verify",
  53. "zyh-card": "./components/zyh_card/zyh_card",
  54. "zyh-card-visit": "./components/zyh_card2/index",
  55. "zyh-navigator": "./components/navigator/index",
  56. "zyh-picker": "./components/picker/index",
  57. "zyh-radio-group": "./components/radioGroup/index",
  58. "zyh-auto-add": "./components/autoAdd/index",
  59. "zyh-tail-tip": "./components/tailTip/index",
  60. "zyh-details-card": "./components/detailsCard/index",
  61. "zyh-dot-line": "./components/dotLine/index",
  62. "zyh-input": "./components/input/index",
  63. "zyh-ocr-license": "./components/ocrLicense/index",
  64. "hh-catch-face": "./components/catchFace",
  65. "zjy-radio-checkbox": "./components/radioAndcheckbox",
  66. "add-car-number": "./components/addCarNumber",
  67. "custom-field": "./components/customField/customField",
  68. "area-picker": "./components/area-picker/index",
  69. "three_yards": "./components/three_yards/three_yards",
  70. "van-radio": "vant-aliapp/dist/dist/radio/index",
  71. "van-radio-group": "vant-aliapp/dist/dist/radio-group/index",
  72. "van-field": "vant-aliapp/dist/dist/field/index",
  73. "van-cell": "vant-aliapp/dist/dist/cell/index",
  74. "van-cell-group": "vant-aliapp/dist/dist/cell-group/index",
  75. "van-icon": "vant-aliapp/dist/dist/icon/index",
  76. "van-loading": "vant-aliapp/dist/dist/loading/index",
  77. "van-uploader": "vant-aliapp/dist/dist/uploader/index",
  78. "van-popup": "vant-aliapp/dist/dist/popup/index",
  79. "auth-popup": "./components/auth-popup/auth-popup",
  80. "auth_self": "./components/auth_self/auth_self",
  81. "van-picker": "vant-aliapp/dist/dist/picker/index"
  82. },
  83. "sitemapLocation": "sitemap.json",
  84. "lazyCodeLoading": "requiredComponents"
  85. }