408249787@qq.com 1 tydzień temu
rodzic
commit
5725fdbda5
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      pages/catalog/web-view.uvue

+ 2 - 1
pages/catalog/web-view.uvue

@@ -7,7 +7,8 @@ const webviewSrc = ref('')
 const showWebview = ref(false)
 var isLoading = ref(true)
 onMounted(() => {
-  webviewSrc.value = router.query().src
+  const t = Date.now()
+  webviewSrc.value = router.query().src + '?t=' + t
   progress.value = router.query().progress
   showWebview.value = true
 })