home.json 276 B

1234567891011
  1. {
  2. "enablePullDownRefresh": true,
  3. "usingComponents": {
  4. "van-tab": "../../dist/tab/index",
  5. "van-tabs": "../../dist/tabs/index",
  6. "showMy": "./showMy/showMy",
  7. "contact": "./contact/contact"
  8. },
  9. "backgroundTextStyle": "dark",
  10. "backgroundColor": "#ffffff"
  11. }