app.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. },
  33. "window": {
  34. "backgroundTextStyle": "light",
  35. "navigationBarBackgroundColor": "#45A6B5",
  36. "navigationBarTitleText": "ITT健康检测",
  37. "navigationBarTextStyle": "white"
  38. },
  39. "tabBar": {
  40. "custom": true,
  41. "color": "#000000",
  42. "selectedColor": "#45A6B5",
  43. "backgroundColor": "#ffffff",
  44. "list": [
  45. {
  46. "pagePath": "pages/index/index",
  47. "text": "首页"
  48. },
  49. {
  50. "pagePath": "pages/report/report",
  51. "text": "报告"
  52. },
  53. {
  54. "pagePath": "pages/my/my",
  55. "text": "我的"
  56. }
  57. ]
  58. },
  59. "sitemapLocation": "sitemap.json"
  60. }