feat(工作报告组件): 修复图片显示问题

This commit is contained in:
hzj 2025-10-24 17:19:18 +08:00
parent c57eaa4820
commit 1f5cc1a93b

View File

@ -49,8 +49,8 @@
</template>
<script setup>
import whiteBox from '@/assets/images/HostCenter/whitebox.png'
import { computed, ref, watch } from 'vue'
const whiteBox = new URL('../../assets/images/HostCenter/whitebox.png', import.meta.url).href
const props = defineProps({
type: {