home.json 444 B

12345678910111213
  1. {
  2. "navigationStyle": "custom",
  3. "navigationBarTitleText": "首页",
  4. "usingComponents": {
  5. "wux-popup": "../../components/dist/popup/index",
  6. "wux-landscape": "../../components/dist/landscape/index",
  7. "home-skeleton": "../../components/local/home-skeleton/home-skeleton",
  8. "navigation": "../../components/local/navigation/navigation",
  9. "van-empty": "@vant/weapp/empty/index",
  10. "van-popup": "@vant/weapp/popup/index"
  11. }
  12. }