Commit 9a6cd5b14e9a170c800654afed94f8454a14073d

Authored by fengwotao
1 parent 407fb7c0

feat(src/packages): 组合下三维模型修改图片和新增边框设置

1 1 <template>
2 2 <setting-item :name="fileSizeMsg">
3 3 <n-upload
  4 + multiple
4 5 :max="max"
5 6 :customRequest="customRequest"
6 7 :onBeforeUpload="beforeUploadHandle"
... ...