8eb018ea by huangyf2

3d图片

1 parent 56d874a9
......@@ -125,6 +125,7 @@
</el-form-item>
<el-form-item v-if="determineStatus('3D')" :label="$t('course.dialogThreeD')" label-width="80">
<template v-if="true">
<imageUpload v-model="showForm.form.threeDimensionalOssId" :limit='10' :fileType='["png", "jpg", "jpeg", "ico"]'/>
<fileUpload v-model="showForm.form.threeDimensionalUrl" :fileType='["ldr"]'/><!--ldr.json-->
<fileUpload v-model="showForm.form.threeDimensionalType" :fileType='["json"]'/>
</template>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!