|
@@ -609,7 +609,7 @@ public class UserController extends BaseController {
|
|
model.addAttribute("user", currentUser);
|
|
model.addAttribute("user", currentUser);
|
|
model.addAttribute("Global", new Global());
|
|
model.addAttribute("Global", new Global());
|
|
model.addAttribute("message", "保存用户信息成功");
|
|
model.addAttribute("message", "保存用户信息成功");
|
|
- return "modules/sys/userInfo";
|
|
|
|
|
|
+ return "redirect:"+adminPath+"/sys/user/info";
|
|
}
|
|
}
|
|
model.addAttribute("user", currentUser);
|
|
model.addAttribute("user", currentUser);
|
|
model.addAttribute("Global", new Global());
|
|
model.addAttribute("Global", new Global());
|