From 9955a52059055f7a0cfefa0babd268345df454ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Thu, 24 Apr 2025 11:36:51 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0oss=E7=AB=99=E7=82=B9=E4=B8=8E=E5=9F=9F=E5=90=8D=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=89=8D=E7=BC=80=E9=81=BF=E5=85=8D=E5=A1=AB?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/oss/config.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/views/system/oss/config.vue b/src/views/system/oss/config.vue index 0563a02..db9d68f 100644 --- a/src/views/system/oss/config.vue +++ b/src/views/system/oss/config.vue @@ -87,10 +87,18 @@ - + + + - + + + @@ -239,6 +247,8 @@ const data = reactive>({ const { queryParams, form, rules } = toRefs(data); +const protocol = computed(() => (form.value.isHttps === 'Y' ? 'https://' : 'http://')); + /** 查询对象存储配置列表 */ const getList = async () => { loading.value = true;