app.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/serch-outcome/serch-outcome",
  5. "pages/Businesses/Businesses",
  6. "pages/serch/serch",
  7. "pages/logs/logs",
  8. "pages/my/my",
  9. "pages/Integral/Integral"
  10. ],
  11. "window": {
  12. "backgroundTextStyle": "light",
  13. "navigationBarBackgroundColor": "#fff",
  14. "navigationBarTitleText": "客户端",
  15. "navigationBarTextStyle": "black"
  16. },
  17. "usingComponents": {
  18. "van-search": "@vant/weapp/search/index",
  19. "van-button": "@vant/weapp/button/index",
  20. "van-tab": "@vant/weapp/tab/index",
  21. "van-tabs": "@vant/weapp/tabs/index",
  22. "van-cell": "@vant/weapp/cell/index",
  23. "van-cell-group": "@vant/weapp/cell-group/index",
  24. "van-divider": "@vant/weapp/divider/index",
  25. "van-switch": "@vant/weapp/switch/index",
  26. "van-checkbox": "@vant/weapp/checkbox/index",
  27. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  28. "van-submit-bar": "@vant/weapp/submit-bar/index",
  29. "van-icon": "@vant/weapp/icon/index",
  30. "van-calendar": "@vant/weapp/calendar/index",
  31. "van-uploader": "@vant/weapp/uploader/index",
  32. "van-tag": "@vant/weapp/tag/index",
  33. "van-stepper": "@vant/weapp/stepper/index",
  34. "van-empty": "@vant/weapp/empty/index"
  35. },
  36. "tabBar": {
  37. "list": [
  38. {
  39. "pagePath": "pages/index/index",
  40. "selectedIconPath": "./images/首页.png",
  41. "iconPath": "./images/首页ah.png",
  42. "text": "首页"
  43. },
  44. {
  45. "pagePath": "pages/my/my",
  46. "text": "我的",
  47. "selectedIconPath": "./images/我的.png",
  48. "iconPath": "./images/我的ah.png"
  49. }
  50. ]
  51. },
  52. "sitemapLocation": "sitemap.json",
  53. "lazyCodeLoading": "requiredComponents"
  54. }