indexShip.json 369 B

1234567891011
  1. {
  2. "navigationBarTitleText": "船主信息修改",
  3. "usingComponents": {
  4. "car-num-input": "/components/CarNumInput/index",
  5. "van-icon": "@vant/weapp/icon/index",
  6. "van-cell-group": "@vant/weapp/cell-group/index",
  7. "van-field": "@vant/weapp/field/index",
  8. "van-button": "@vant/weapp/button/index",
  9. "van-uploader": "@vant/weapp/uploader/index"
  10. }
  11. }