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 @@
-
+
+
+ {{ protocol }}
+
+
-
+
+
+ {{ protocol }}
+
+
@@ -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;