测试发现 被调用的*.vue 组件的图片地址,是相对于调用者的目录的。

This commit is contained in:
Luk Lu
2020-03-23 22:53:28 +08:00
parent 284c204471
commit 4f774ae5c5
21 changed files with 10 additions and 10 deletions

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -84,7 +84,7 @@ export default {
},
data() {
return {
result: './Common.loading.qrcode.png',
result: '../static/cQrcode.loading.png',
}
},
methods: {