feat: 显示设置

This commit is contained in:
wangdan-fit2cloud 2024-10-18 18:19:32 +08:00 committed by wxg0103
parent 79f13a1683
commit 86c5d65ca1

View File

@ -381,8 +381,8 @@ const open = (data: any, content: any) => {
xpackForm.value.user_avatar = data.user_avatar
xpackForm.value.disclaimer = data.disclaimer
xpackForm.value.disclaimer_value = data.disclaimer_value
xpackForm.value.custom_theme = JSON.parse(data.custom_theme)
xpackForm.value.float_location = JSON.parse(data.float_location)
xpackForm.value.custom_theme = data.custom_theme
xpackForm.value.float_location = data.float_location
form.value = xpackForm.value
dialogVisible.value = true