From bbadcc93c6206d11e1d09ae09aee79ae95ef02ed Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Thu, 21 Apr 2022 12:13:18 +0800 Subject: [PATCH] master --- src/view/home.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/view/home.vue b/src/view/home.vue index 6ae41d4..0dbad45 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -18,6 +18,8 @@ function img(){//动态引入图片 var img=import.meta.globEager('@/assets/img/**/*.png') + console.log(img,'-------------img-------------') return img['../assets/img/logo.png'].default } + console.log(img()) \ No newline at end of file