正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -162,7 +162,7 @@ | @@ -162,7 +162,7 @@ | ||
162 | success: function (data) { | 162 | success: function (data) { |
163 | if(data.data === true) { | 163 | if(data.data === true) { |
164 | localStorage.clear(); | 164 | localStorage.clear(); |
165 | - window.location.href="{:url('user/Center/enterPassword')}" | 165 | + window.location.href="{:url('friendship/Friend/enterPassword')}" |
166 | }else { | 166 | }else { |
167 | alert(data.msg); | 167 | alert(data.msg); |
168 | } | 168 | } |
-
请 注册 或 登录 后发表评论