Pre Merge pull request !855 from binny1024/master-fixed-bucketnameAsDirname

pull/855/MERGE
binny1024 2026-01-25 10:52:38 +00:00 committed by Gitee
commit c8537c1446
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<!-- DB --> <!-- DB -->
<!-- Local / FTP / SFTP --> <!-- Local / FTP / SFTP -->
<el-form-item <el-form-item
v-if="formData.storage >= 10 && formData.storage <= 12" v-if="(formData.storage >= 10 && formData.storage <= 12)||formData.storage === 20"
label="基础路径" label="基础路径"
prop="config.basePath" prop="config.basePath"
> >