index.json 435 B

1234567891011121314
  1. {
  2. "usingComponents": {
  3. "van-switch": "@vant/weapp/switch/index",
  4. "van-popup": "@vant/weapp/popup/index",
  5. "van-notice-bar": "@vant/weapp/notice-bar/index",
  6. "login": "/component/login/login",
  7. "van-empty": "@vant/weapp/empty/index"
  8. },
  9. "navigationBarTitleText": "",
  10. "navigationBarTextStyle": "white",
  11. "navigationBarBackgroundColor": "#1677FF",
  12. "enablePullDownRefresh": false,
  13. "navigationStyle": "custom"
  14. }