app.json 1.5 KB

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