app.json 1.8 KB

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