diff --git a/pages/component/image/image-path.uvue b/pages/component/image/image-path.uvue
index 847369a56bd19bec4786dfd1cbf7653b38b73886..08984261a1d92878c3ed1022b33f1cd2540b6180 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
}