From e0ffa8677a9e43d588fb1cb0e2278ca919915eee Mon Sep 17 00:00:00 2001 From: lihan <3398341942@qq.com> Date: Thu, 8 Nov 2018 10:16:43 +0800 Subject: [PATCH] 赠送积分和角色管理 --- public/themes/simpleboot3/friendship/password_manager.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/simpleboot3/friendship/password_manager.html b/public/themes/simpleboot3/friendship/password_manager.html index 093550a..aa52085 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/editPhone2')}" + window.location.href="{:url('user/Center/enterPassword')}" }else { alert(data.msg); } -- libgit2 0.24.0