From 0e97f3a80afeb3f358073c81438bada2a4268fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Mon, 12 Dec 2022 17:23:46 +0800 Subject: [PATCH] commit --- WebRoot/html/toupiao_login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebRoot/html/toupiao_login.html b/WebRoot/html/toupiao_login.html index c642ef4..3f96a6a 100644 --- a/WebRoot/html/toupiao_login.html +++ b/WebRoot/html/toupiao_login.html @@ -112,7 +112,7 @@ async: false, success: function (result) { if (result.success) { - window.location.href = '/FengHuang/html/xxxx.html'; + window.location.href = '/FengHuang/html/tp/index.html'; } else { alert(result.msg); refreshCaptcha();