diff --git a/src/components/NoData/NoData.vue b/src/components/NoData/NoData.vue index ce706e9..5f3ab28 100644 --- a/src/components/NoData/NoData.vue +++ b/src/components/NoData/NoData.vue @@ -2,10 +2,24 @@
NoData + NoData + NoData @@ -36,12 +50,6 @@ const props = defineProps({ default: '', }, }); -const src = computed(() => { - if (props.imgSrc) { - return props.imgSrc; - } - return props.small ? '/src/assets/imgs/jyh/nodata_small.svg' : '/src/assets/imgs/jyh/nodata.svg'; -}); const imgWidth = computed(() => { if (props.width) { return props.width;