This commit is contained in:
杨航
2025-12-02 21:15:39 +08:00
parent a66264ec0c
commit 6fa695ece0
@@ -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,