From b4995fc1565b83400db692e00f5253727e53564d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 11 八月 2022 11:26:59 +0800 Subject: [PATCH] 2022-08-11 --- src/templates/zshare/modalform/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/zshare/modalform/index.jsx b/src/templates/zshare/modalform/index.jsx index fc1cc3c..08bcdb9 100644 --- a/src/templates/zshare/modalform/index.jsx +++ b/src/templates/zshare/modalform/index.jsx @@ -230,7 +230,7 @@ } else if (type === 'fileupload') { if (this.record.compress === 'true') { shows.push('limit', 'rduri', 'proRduri') - } else { + } else if (this.record.compress !== 'base64') { shows.push('suffix') } if (this.record.miniSet === 'custom') { -- Gitblit v1.8.0