From 67134010c21a573d75a5a0409f043c2a788ace13 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Thu, 21 Dec 2023 20:05:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9D=A1=E4=BB=B6=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=E9=94=99=E8=AF=AF?= 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, 2 insertions(+), 2 deletions(-) diff --git a/pages/component/image/image-path.uvue b/pages/component/image/image-path.uvue index cc54eb77..c85a9d08 100644 --- a/pages/component/image/image-path.uvue +++ b/pages/component/image/image-path.uvue @@ -46,13 +46,13 @@ src: logo, description: 'import方式' }, + // #ifdef APP-ANDROID { - // #ifdef APP-ANDROID src: 'file:///storage/emulated/0/Android/data/io.dcloud.uniappx/apps/__UNI__3584C99/www/static/test-image/logo.png', - // #endif // TODO iOS发版时还需再补路径 description: '本地绝对路径file://方式(需注意打包后包名appid匹配)' }, + // #endif { src: 'testerror.jpg', description: '错误的本地路径' -- GitLab