Commit f85e4169 by ‘巴博尔’

修改视频大小限制

parent 288adcf2
...@@ -311,7 +311,13 @@ ...@@ -311,7 +311,13 @@
/> />
<!-- 添加或修改题库主对话框 --> <!-- 添加或修改题库主对话框 -->
<el-dialog :title="title" :visible.sync="open" width="70%" append-to-body> <el-dialog
:title="title"
:visible.sync="open"
width="70%"
append-to-body
destroy-on-close
>
<el-form <el-form
ref="form" ref="form"
:model="form" :model="form"
...@@ -494,7 +500,7 @@ ...@@ -494,7 +500,7 @@
<fileUpload <fileUpload
v-model="form.resolveVideo" v-model="form.resolveVideo"
:limit="1" :limit="1"
:fileSize="10000" :fileSize="1024"
:fileType="['mp4', 'mp3']" :fileType="['mp4', 'mp3']"
/> />
</el-form-item> </el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment