@@ -86,7 +86,9 @@ export class CompUploadComponent implements OnInit {
if (info.type == 'removed') {
return
}
- let isEncrypt = await this.isEncrypt(info)
+ if(this.acl != 'private'){
+ let isEncrypt = await this.isEncrypt(info)
+ }
// if (isEncrypt) {
// return
// }