diff --git a/templates/index.html b/templates/index.html index 6199903..80358bd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -301,8 +301,8 @@ } } - // 跳转到代理页面 - window.location.href = '/proxy?url=' + encodeURIComponent(url); + // 在新标签页打开代理页面 + window.open('/proxy?url=' + encodeURIComponent(url), '_blank'); }); // 加载统计信息