feat(AliyunAuthDialog): 添加配置支持,允许自定义refreshToken和保存设置

This commit is contained in:
jxxghp
2024-11-20 20:25:32 +08:00
parent c956e271a2
commit 77cb817523
4 changed files with 53 additions and 3 deletions
+1
View File
@@ -144,6 +144,7 @@ onMounted(() => {
<AliyunAuthDialog
v-if="aliyunAuthDialog"
v-model="aliyunAuthDialog"
:conf="props.storage.config || {}"
@close="aliyunAuthDialog = false"
@done="handleDone"
/>