add.json 451 B

12345678910111213
  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. }
  13. }