app.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "entryPagePath": "pages/my/my",
  3. "pages": [
  4. "pages/permisission/permission",
  5. "pages/index/index",
  6. "pages/report/report",
  7. "pages/my/my",
  8. "pages/buy/buy",
  9. "pages/appointment/appointment",
  10. "pages/allFile/allFile",
  11. "pages/handleFile/handleFile",
  12. "pages/createFile/createFile",
  13. "pages/address/address",
  14. "pages/addressCheck/addressCheck",
  15. "pages/addressAdd/addressAdd",
  16. "pages/set/set",
  17. "pages/openArea/openArea",
  18. "pages/myAppointment/myAppointment",
  19. "pages/myFile/myFile",
  20. "pages/reportDetail/reportDetail",
  21. "pages/myRecord/myRecord",
  22. "pages/scan/scan"
  23. ],
  24. "usingComponents": {
  25. "van-icon": "@vant/weapp/icon/index",
  26. "van-overlay": "@vant/weapp/overlay/index",
  27. "van-dialog": "@vant/weapp/dialog/index",
  28. "van-field": "@vant/weapp/field/index",
  29. "van-empty": "@vant/weapp/empty/index",
  30. "van-grid": "@vant/weapp/grid/index",
  31. "van-grid-item": "@vant/weapp/grid-item/index",
  32. "van-toast": "@vant/weapp/toast/index"
  33. },
  34. "window": {
  35. "backgroundTextStyle": "light",
  36. "navigationBarBackgroundColor": "#45A6B5",
  37. "navigationBarTitleText": "ITT健康检测",
  38. "navigationBarTextStyle": "white"
  39. },
  40. "tabBar": {
  41. "custom": true,
  42. "color": "#000000",
  43. "selectedColor": "#45A6B5",
  44. "backgroundColor": "#ffffff",
  45. "list": [
  46. {
  47. "pagePath": "pages/index/index",
  48. "text": "首页"
  49. },
  50. {
  51. "pagePath": "pages/report/report",
  52. "text": "报告"
  53. },
  54. {
  55. "pagePath": "pages/my/my",
  56. "text": "我的"
  57. }
  58. ]
  59. },
  60. "sitemapLocation": "sitemap.json"
  61. }