|
@@ -24,7 +24,7 @@ public class UserCtl extends BaseCtl {
|
|
private UserService userService;
|
|
private UserService userService;
|
|
|
|
|
|
@RequestMapping("")
|
|
@RequestMapping("")
|
|
- public String index(Model model, UserVo vo) {
|
|
|
|
|
|
+ public String main(Model model, UserVo vo) {
|
|
// model.addAttribute("pageInfo", getPageInfo(vo));
|
|
// model.addAttribute("pageInfo", getPageInfo(vo));
|
|
return "user/main";
|
|
return "user/main";
|
|
}
|
|
}
|