// 文件类型 export enum FileType { PDF = 'pdf', IMG = 'img', WORD = 'word', EXCEL = 'excel', MP3 = 'mp3', Mp4 = 'mp4', }