u
This commit is contained in:
BIN
cQrcode/Common.loading.qrcode.png
Normal file
BIN
cQrcode/Common.loading.qrcode.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
@@ -84,7 +84,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
result: '../static/Common.loading.qrcode.png',
|
||||
result: './Common.loading.qrcode.png',
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@@ -106,7 +106,7 @@ export default {
|
||||
image: that.icon, // 二维码图标
|
||||
imageSize: Number(that.iconSize),// 二维码图标大小
|
||||
cbResult: function (res) { // 生成二维码的回调
|
||||
that._result(res)
|
||||
that._result(res)
|
||||
},
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user