diff --git a/src/components/dialogs/ConfirmDialog.vue b/src/components/dialogs/ConfirmDialog.vue index 4cc4f97..396a955 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(/src/assets/SvgIcons/背景.svg)', + backgroundImage: 'url(@/assets/SvgIcons/背景.svg)', backgroundSize: 'cover', backgroundPosition: 'center', height: '400px'