From 06825729ef838bb378b7548b1c4b6d15f3887469 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Wed, 16 Aug 2023 23:10:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9C=AC=E5=9C=B0=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/image/image-path.uvue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/component/image/image-path.uvue b/pages/component/image/image-path.uvue index e55a0bc3..bd869aa4 100644 --- a/pages/component/image/image-path.uvue +++ b/pages/component/image/image-path.uvue @@ -29,6 +29,10 @@ src: '../../../static/test-image/logo.png', description: '本地相对路径' }, + { + src: '../../../static/Test-Image/Logo.png', + description: '本地相对路径忽略大小写' + }, { src: 'logo.png', //TODO description: '本地当前路径(暂不支持)' -- GitLab