Skip to content

Commit 96d15d6

Browse files
change block page url open from new tab to current
1 parent 2079384 commit 96d15d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Block.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async function deferring() {
8181
haveToShowDeffering.value
8282
) {
8383
await defering(webSite.value, 5);
84-
if (sourceUrl.value != '') window.open(sourceUrl.value);
84+
if (sourceUrl.value != '') window.location.replace(sourceUrl.value);
8585
}
8686
}
8787
</script>

0 commit comments

Comments
 (0)