diff --git a/src/components/dialogs/ConfirmDialog.vue b/src/components/dialogs/ConfirmDialog.vue index 396a955..2676407 100644 --- a/src/components/dialogs/ConfirmDialog.vue +++ b/src/components/dialogs/ConfirmDialog.vue @@ -6,7 +6,7 @@ :width="width" :close-on-click-modal="false" :style="{ - backgroundImage: 'url(@/assets/SvgIcons/背景.svg)', + backgroundImage: `url(${BackgroundSvg})`, backgroundSize: 'cover', backgroundPosition: 'center', height: '400px' @@ -33,6 +33,7 @@