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