From 09275385326fbbf796f7b03be378c1cc14e45d0f Mon Sep 17 00:00:00 2001 From: wanganxp Date: Thu, 2 Nov 2023 04:25:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85image=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E9=9D=99=E6=80=81=E8=B5=84=E6=BA=90=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/image/image-path.uvue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pages/component/image/image-path.uvue b/pages/component/image/image-path.uvue index 847369a5..08984261 100644 --- a/pages/component/image/image-path.uvue +++ b/pages/component/image/image-path.uvue @@ -11,6 +11,12 @@ + + 非static目录的src静态路径:./logo.png + + + + @@ -36,7 +42,7 @@ }, { src: logo, - description: '非static目录(需import才能访问)' + description: 'import方式' }, { // #ifdef APP-ANDROID @@ -76,6 +82,10 @@ { src: 'https://request.dcloud.net.cn/api/http/contentType/404.png', description: '错误网络地址,不存在的图片' + }, + { + src: './logo.png', + description: '非static目录的动态路径(不显示是对的)' } ] as Array } -- GitLab