feat(工作报告组件): 修复图片显示问题
This commit is contained in:
parent
c57eaa4820
commit
1f5cc1a93b
@ -49,8 +49,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import whiteBox from '@/assets/images/HostCenter/whitebox.png'
|
|
||||||
import { computed, ref, watch } from 'vue'
|
import { computed, ref, watch } from 'vue'
|
||||||
|
const whiteBox = new URL('../../assets/images/HostCenter/whitebox.png', import.meta.url).href
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
type: {
|
type: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user