app.json 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. ],
  22. "window": {
  23. "backgroundTextStyle": "light",
  24. "navigationBarTextStyle": "black",
  25. "titleBarColor": "#fff",
  26. "defaultTitle": "",
  27. "allowsBounceVertical": "NO"
  28. },
  29. "tabBar": {
  30. "borderStyle": "white",
  31. "selectedColor": "#909399",
  32. "textColor": "#aaaaaa",
  33. "items": [
  34. {
  35. "pagePath": "pages/resitor_scence/resitor_scence",
  36. "name": "首页(Index)",
  37. "icon": "./static/tabbar/home.png",
  38. "activeIcon": "./static/tabbar/home_cur.png"
  39. },
  40. {
  41. "pagePath": "pages/mine/mine",
  42. "name": "我的(My)",
  43. "icon": "./static/tabbar/mine.png",
  44. "activeIcon": "./static/tabbar/mine_cur.png"
  45. }
  46. ]
  47. },
  48. "usingComponents": {
  49. "zyh-description": "./components/zyh_desc/zyh_desc",
  50. "zyh-face-verify": "./components/face_verify/face_verify",
  51. "zyh-card": "./components/zyh_card/zyh_card",
  52. "zyh-card-visit": "./components/zyh_card2/index",
  53. "zyh-navigator": "./components/navigator/index",
  54. "zyh-picker": "./components/picker/index",
  55. "zyh-radio-group": "./components/radioGroup/index",
  56. "zyh-auto-add": "./components/autoAdd/index",
  57. "zyh-tail-tip": "./components/tailTip/index",
  58. "zyh-details-card": "./components/detailsCard/index",
  59. "zyh-dot-line": "./components/dotLine/index",
  60. "zyh-input": "./components/input/index",
  61. "zyh-ocr-license": "./components/ocrLicense/index",
  62. "hh-catch-face": "./components/catchFace",
  63. "zjy-radio-checkbox": "./components/radioAndcheckbox",
  64. "add-car-number": "./components/addCarNumber",
  65. "custom-field": "./components/customField/customField",
  66. "area-picker": "./components/area-picker/index",
  67. "three_yards": "./components/three_yards/three_yards",
  68. "van-radio": "vant-aliapp/dist/dist/radio/index",
  69. "van-radio-group": "vant-aliapp/dist/dist/radio-group/index",
  70. "van-field": "vant-aliapp/dist/dist/field/index",
  71. "van-cell": "vant-aliapp/dist/dist/cell/index",
  72. "van-cell-group": "vant-aliapp/dist/dist/cell-group/index",
  73. "van-icon": "vant-aliapp/dist/dist/icon/index",
  74. "van-loading": "vant-aliapp/dist/dist/loading/index",
  75. "van-uploader": "vant-aliapp/dist/dist/uploader/index",
  76. "van-popup": "vant-aliapp/dist/dist/popup/index",
  77. "auth-popup": "./components/auth-popup/auth-popup",
  78. "auth_self": "./components/auth_self/auth_self",
  79. "van-picker": "vant-aliapp/dist/dist/picker/index"
  80. },
  81. "sitemapLocation": "sitemap.json",
  82. "lazyCodeLoading": "requiredComponents",
  83. "plugins": {
  84. "IoTVsp": {
  85. "provider": "2021003111634614",
  86. "version": "*"
  87. }
  88. }
  89. }