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