修改bug

This commit is contained in:
A1300399510
2023-07-31 11:45:50 +08:00
parent 6793e4cd3e
commit 44d03fc9c3
10 changed files with 85 additions and 29 deletions

View File

@@ -6,7 +6,7 @@ function setSeoTitle(title) {
function redirectToExternalWebsite(url) {
const link = document.createElement('a');
link.href = url;
// link.target = '_blank';
link.target = '_blank';
link.click();
}