app.json 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "entryPagePath": "pages/resitor_scence/resitor_scence",
  3. "pages": [
  4. "pages/faceCheck/faceCheck",
  5. "pages/resitor_scence/resitor_scence",
  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. ],
  19. "window": {
  20. "backgroundTextStyle": "light",
  21. "navigationBarBackgroundColor": "#fff",
  22. "navigationBarTitleText": "Weixin",
  23. "navigationBarTextStyle": "black"
  24. },
  25. "tabBar": {
  26. "borderStyle": "white",
  27. "color": "#aaaaaa",
  28. "selectedColor": "#909399",
  29. "list": [
  30. {
  31. "pagePath": "pages/resitor_scence/resitor_scence",
  32. "text": "首页(Index)",
  33. "iconPath": "./static/tabbar/home.png",
  34. "selectedIconPath": "./static/tabbar/home_cur.png"
  35. },
  36. {
  37. "pagePath": "pages/mine/mine",
  38. "text": "我的(My)",
  39. "iconPath": "./static/tabbar/mine.png",
  40. "selectedIconPath": "./static/tabbar/mine_cur.png"
  41. }
  42. ]
  43. },
  44. "usingComponents": {
  45. "zyh-description": "./components/zyh_desc/zyh_desc",
  46. "zyh-face-verify": "./components/face_verify/face_verify",
  47. "zyh-card": "./components/zyh_card/zyh_card",
  48. "zyh-card-visit": "./components/zyh_card2/index",
  49. "zyh-navigator": "./components/navigator/index",
  50. "zyh-picker": "./components/picker/index",
  51. "zyh-radio-group": "./components/radioGroup/index",
  52. "zyh-auto-add": "./components/autoAdd/index",
  53. "zyh-tail-tip": "./components/tailTip/index",
  54. "zyh-details-card": "./components/detailsCard/index",
  55. "zyh-dot-line": "./components/dotLine/index",
  56. "zyh-input": "./components/input/index",
  57. "zyh-ocr-license": "./components/ocrLicense/index",
  58. "hh-catch-face": "./components/catchFace",
  59. "zjy-radio-checkbox": "./components/radioAndcheckbox",
  60. "add-car-number": "./components/addCarNumber",
  61. "custom-field": "./components/customField/customField",
  62. "area-picker": "./components/area-picker/index",
  63. "three_yards": "./components/three_yards/three_yards",
  64. "van-radio": "@vant/weapp/radio/index",
  65. "van-radio-group": "@vant/weapp/radio-group/index",
  66. "van-field": "@vant/weapp/field/index",
  67. "van-cell": "@vant/weapp/cell/index",
  68. "van-cell-group": "@vant/weapp/cell-group/index",
  69. "van-icon": "@vant/weapp/icon/index",
  70. "van-loading": "@vant/weapp/loading/index",
  71. "van-uploader": "@vant/weapp/uploader/index",
  72. "van-popup": "@vant/weapp/popup/index"
  73. },
  74. "sitemapLocation": "sitemap.json",
  75. "lazyCodeLoading": "requiredComponents"
  76. }