app.json 1.8 KB

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