This commit is contained in:
陆柯 2020-03-23 20:09:09 +08:00
parent ef503a0ef5
commit 4c12f1c91b
3 changed files with 6 additions and 6 deletions

View File

@ -238,15 +238,15 @@
background: no-repeat center center / contain;
}
.sLeftMostButton{
background-image: url(../../static/Common.leftMost.png)
background-image: url(/static/Common.leftMost.png)
}
.sPrevButton{
background-image: url(../../static/Common.previous.png)
background-image: url(/static/Common.previous.png)
}
.sNextButton{
background-image: url(../../static/Common.next.png)
background-image: url(/static/Common.next.png)
}
.sRightMostButton{
background-image: url(../../static/Common.rightMost.png)
background-image: url(/static/Common.rightMost.png)
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -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 {