app.json 1.2 KB

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