mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vue3.git
synced 2025-12-30 09:32:26 +00:00
feat:【infra】文件配置,增加 region 区域
This commit is contained in:
@@ -13,6 +13,7 @@ export interface FileClientConfig {
|
|||||||
accessSecret?: string
|
accessSecret?: string
|
||||||
enablePathStyleAccess?: boolean
|
enablePathStyleAccess?: boolean
|
||||||
enablePublicAccess?: boolean
|
enablePublicAccess?: boolean
|
||||||
|
region?: string
|
||||||
domain: string
|
domain: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -103,6 +103,10 @@
|
|||||||
<el-radio key="false" :value="false">私有</el-radio>
|
<el-radio key="false" :value="false">私有</el-radio>
|
||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<el-form-item v-if="formData.storage === 20" label="区域">
|
||||||
|
<!-- 选填,无需参数校验 -->
|
||||||
|
<el-input v-model="formData.config.region" placeholder="请填写区域,一般仅 AWS 需要填写" />
|
||||||
|
</el-form-item>
|
||||||
<!-- 通用 -->
|
<!-- 通用 -->
|
||||||
<el-form-item v-if="formData.storage === 20" label="自定义域名">
|
<el-form-item v-if="formData.storage === 20" label="自定义域名">
|
||||||
<!-- 无需参数校验,所以去掉 prop -->
|
<!-- 无需参数校验,所以去掉 prop -->
|
||||||
|
|||||||
Reference in New Issue
Block a user