From 017b17af171249d1bc5bef89ea8d3b1720ea7da0 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Tue, 6 Feb 2024 09:14:07 +0800 Subject: [PATCH] 'commit' --- WebRoot/login.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WebRoot/login.html b/WebRoot/login.html index 5f590857..5371e049 100644 --- a/WebRoot/login.html +++ b/WebRoot/login.html @@ -120,6 +120,9 @@ window.location.href = '/QingLong/index.html'; } else { alert(result.msg); + if(result.redirect){ + window.location.href = '/QingLong/plogin.html'; + } refreshCaptcha(); } }