Aohanah commited on
Commit
1760ad9
1 Parent(s): 1f84935

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -3
index.html CHANGED
@@ -40,9 +40,7 @@
40
 
41
  <script>
42
  function customRedirect(url) {
43
- // 在这里定义您想要的跳转行为,这里我们替换当前窗口
44
- //window.location.href = url; // 替换当前窗口
45
- // 如果您想在新窗口打开链接,可以使用以下代码:
46
  window.open(url);
47
  }
48
  </script>
 
40
 
41
  <script>
42
  function customRedirect(url) {
43
+ //window.location.href = url;
 
 
44
  window.open(url);
45
  }
46
  </script>