测试发现 被调用的*.vue 组件的图片地址,是相对于调用者的目录的。
This commit is contained in:
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
@@ -84,7 +84,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
result: './Common.loading.qrcode.png',
|
||||
result: '../static/cQrcode.loading.png',
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user