diff --git a/public/themes/simpleboot3/friendship/password_manager.html b/public/themes/simpleboot3/friendship/password_manager.html index aa52085..038f2c9 100644 --- a/public/themes/simpleboot3/friendship/password_manager.html +++ b/public/themes/simpleboot3/friendship/password_manager.html @@ -162,7 +162,7 @@ success: function (data) { if(data.data === true) { localStorage.clear(); - window.location.href="{:url('user/Center/enterPassword')}" + window.location.href="{:url('friendship/Friend/enterPassword')}" }else { alert(data.msg); }