fix: Fix app upload/restore failure issues (#9583)

Refs #9572
This commit is contained in:
ssongliu 2025-07-21 17:50:43 +08:00 committed by GitHub
parent 624a11407a
commit 3110d91bf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,7 @@
<el-form-item
:label="$t('setting.compressPassword')"
class="mt-5"
v-if="type === 'mysql' || type === 'mariadb' || type === 'postgresql'"
v-if="type === 'app' || type === 'website'"
>
<el-input v-model="secret" :placeholder="$t('setting.backupRecoverMessage')" />
</el-form-item>