refactor(性能测试): 支持上传ssl证书
This commit is contained in:
parent
ebaa4d3c62
commit
d154385986
|
@ -25,7 +25,7 @@
|
||||||
<el-upload
|
<el-upload
|
||||||
v-else
|
v-else
|
||||||
style="margin-bottom: 10px"
|
style="margin-bottom: 10px"
|
||||||
accept=".jar,.csv,.json,.pdf,.jpg,.png,.jpeg,.doc,.docx,.xlsx,.txt"
|
accept=".jar,.csv,.json,.pdf,.jpg,.png,.jpeg,.doc,.docx,.xlsx,.txt,.der,.cer,.pem,.crt,.pfx,.p12,.jks"
|
||||||
action=""
|
action=""
|
||||||
:limit="fileNumLimit"
|
:limit="fileNumLimit"
|
||||||
multiple
|
multiple
|
||||||
|
|
Loading…
Reference in New Issue