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();