diff --git a/WebRoot/pindex.html b/WebRoot/pindex.html
index 93d2af36..9d934244 100644
--- a/WebRoot/pindex.html
+++ b/WebRoot/pindex.html
@@ -133,7 +133,7 @@
success: function (res) {
if (res.success) {
popup.success("注销成功", function () {
- location.href = "login.html";
+ location.href = "plogin.html";
});
}
}