app.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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/tabBar/tabBar",
  15. "pages/addressCheck/addressCheck",
  16. "pages/addressAdd/addressAdd",
  17. "pages/set/set",
  18. "pages/openArea/openArea",
  19. "pages/rechargeRecord/rechargeRecord",
  20. "pages/myAppointment/myAppointment",
  21. "pages/myFile/myFile"
  22. ],
  23. "usingComponents": {
  24. "van-icon": "@vant/weapp/icon/index",
  25. "van-overlay": "@vant/weapp/overlay/index",
  26. "van-dialog": "@vant/weapp/dialog/index",
  27. "van-field": "@vant/weapp/field/index",
  28. "van-empty": "@vant/weapp/empty/index"
  29. },
  30. "window": {
  31. "backgroundTextStyle": "light",
  32. "navigationBarBackgroundColor": "#45A6B5",
  33. "navigationBarTitleText": "ITT健康检测",
  34. "navigationBarTextStyle": "white"
  35. },
  36. "tabBar": {
  37. "list": [
  38. {
  39. "pagePath": "pages/index/index",
  40. "text": "首页"
  41. },
  42. {
  43. "pagePath": "pages/report/report",
  44. "text": "报告"
  45. },
  46. {
  47. "pagePath": "pages/my/my",
  48. "text": "我的"
  49. }
  50. ]
  51. },
  52. "sitemapLocation": "sitemap.json"
  53. }