系统通知

This commit is contained in:
A1300399510
2023-07-14 17:21:53 +08:00
parent fbfae2d4fc
commit 89d8462f7b
21 changed files with 492 additions and 104 deletions

View File

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