更新问题修复

This commit is contained in:
2025-08-28 13:34:09 +08:00
parent 1e0218228b
commit 80ab4017c8
3 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,8 @@
};
},
onLoad (options) {
this.url = options.url
const timestamp = new Date().getTime()
this.url = `${options.url}?timestamp=${timestamp}`
}
}
</script>