Commit 4d033452 authored by “yiyousong”'s avatar “yiyousong”

perf: 优化应用上传

parent f70f7c02
...@@ -83,9 +83,9 @@ ...@@ -83,9 +83,9 @@
v-if="form.appType === 1" v-if="form.appType === 1"
> >
<YUpload <YUpload
accept=".zip,.mp4" accept=".zip"
:MB="150"
:limit="1" :limit="1"
MB="100"
v-model="form.filePath" v-model="form.filePath"
@onSuccess="appUpload" @onSuccess="appUpload"
> >
......
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