edit.json 497 B

1234567891011121314
  1. {
  2. "navigationBarTitleText": "修改车辆信息",
  3. "navigationBarTextStyle": "white",
  4. "navigationBarBackgroundColor": "#0396FF",
  5. "usingComponents": {
  6. "car-num-input": "/components/CarNumInput/index",
  7. "van-icon": "@vant/weapp/icon/index",
  8. "van-cell-group": "@vant/weapp/cell-group/index",
  9. "van-field": "@vant/weapp/field/index",
  10. "van-uploader": "@vant/weapp/uploader/index",
  11. "van-button": "@vant/weapp/button/index",
  12. "van-switch": "@vant/weapp/switch/index"
  13. }
  14. }