Merge branch 'dai-master'

This commit is contained in:
BOE\10867418
2023-06-08 16:29:23 +08:00
4 changed files with 13 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ export default {
// 文件类型, 例如['png', 'jpg', 'jpeg']
fileType: {
type: Array,
default: () => ["doc", "xls", "ppt","docx", "xlsx", "pptx","png","txt", "pdf","jpg","gif","bmp","mp4","mp3","zip"],
default: () => ["doc", "xls", "ppt","docx", "xlsx", "pptx","png", "pdf","jpg","gif","mp4","mp3","zip"],
},
// 是否显示提示
isShowTip: {