diff --git a/src/app/routes/usercenter/components/freight/list/new/new.component.ts b/src/app/routes/usercenter/components/freight/list/new/new.component.ts index 8fd7f12a..c3b1a0c8 100644 --- a/src/app/routes/usercenter/components/freight/list/new/new.component.ts +++ b/src/app/routes/usercenter/components/freight/list/new/new.component.ts @@ -14,6 +14,7 @@ import { import { UsermanageService } from 'src/app/routes/usercenter/services/usercenter.service'; const IMAGECONFIG = { + previewFile: (file: any) => {}, action: apiConf.waterFileUpload, fileType: 'image/png,image/jpeg,image/jpg,image/gif', fileSize: 5120,