From 76a02c0d00c820ee0cb40b17c6da48703bfcf315 Mon Sep 17 00:00:00 2001
From: lihan <3398341942@qq.com>
Date: Thu, 8 Nov 2018 10:19:03 +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 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);
                         }
--
libgit2 0.24.0