fix: bug
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
src: {
|
src: {
|
||||||
handler(newval, oldval) {
|
handler(newval, oldval) {
|
||||||
if (newval && this.watching) {
|
if (newval && this.watching) {
|
||||||
this.imgUrlShow = this.base_url + this.src;
|
this.imgUrlShow = this.base_url + this.src + '?tk=' + this.token;;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
immediate: true,
|
immediate: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user