indexShip.json 446 B

1234567891011121314
  1. {
  2. "navigationBarTitleText": "船主注册",
  3. "navigationBarBackgroundColor": "#2C6CEC",
  4. "navigationBarTextStyle":"white",
  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-button": "@vant/weapp/button/index",
  11. "van-uploader": "@vant/weapp/uploader/index"
  12. }
  13. }