index.json 491 B

123456789101112131415
  1. {
  2. "navigationBarTitleText": "排队车辆",
  3. "navigationBarBackgroundColor": "#4B70EA",
  4. "navigationBarTextStyle": "white",
  5. "backgroundTextStyle": "dark",
  6. "enablePullDownRefresh": true,
  7. "usingComponents": {
  8. "van-sticky": "@vant/weapp/sticky/index",
  9. "van-dialog": "@vant/weapp/dialog/index",
  10. "van-search": "@vant/weapp/search/index",
  11. "van-empty": "@vant/weapp/empty/index",
  12. "van-button": "@vant/weapp/button/index",
  13. "van-icon": "@vant/weapp/icon/index"
  14. }
  15. }