5c232c15 by huangyf2

json

1 parent 2a8995ad
......@@ -125,8 +125,8 @@
</el-form-item>
<el-form-item v-if="determineStatus('3D')" :label="$t('course.dialogThreeD')" label-width="80">
<template v-if="true">
<fileUpload v-model="showForm.form.threeDimensionalUrl" :fileType='["ldr",".json"]'/>
<fileUpload v-model="showForm.form.threeDimensionalType" :fileType='["ldr",".json"]'/>
<fileUpload v-model="showForm.form.threeDimensionalUrl" :fileType='["ldr","json"]'/><!--ldr.json-->
<fileUpload v-model="showForm.form.threeDimensionalType" :fileType='["ldr","json"]'/>
</template>
<template v-else>
<el-input v-model="showForm.form.threeDimensionalUrl" placeholder="请输入链接URL" />
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!