From 664da3648508aea52211de655310a2669f32a0dd Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Tue, 24 Dec 2024 09:54:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=B3=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.html b/home.html index 169c857..ad1314a 100644 --- a/home.html +++ b/home.html @@ -14,7 +14,7 @@ - + @@ -858,7 +858,7 @@ if (!$('.form_essayWords').hasClass('hide')) url += '&aiessay_wordnum=' + wordnums; if (major) url += '&major=' + major; if (edu) url += '&edu=' + edu; - location.href =url + window.open(url); } }); }