【fix bug】删除注释掉的请求注解
This commit is contained in:
-2
@@ -54,7 +54,6 @@ public class IndexController {
|
||||
return "login";
|
||||
}
|
||||
|
||||
// @RequestMapping(value="login", method=RequestMethod.POST)
|
||||
@PostMapping("login")
|
||||
@ResponseBody
|
||||
@PermissionLimit(limit=false)
|
||||
@@ -63,7 +62,6 @@ public class IndexController {
|
||||
return loginService.login(request, response, userName, password, ifRem);
|
||||
}
|
||||
|
||||
// @RequestMapping(value="logout", method=RequestMethod.POST)
|
||||
@PostMapping("logout")
|
||||
@ResponseBody
|
||||
@PermissionLimit(limit=false)
|
||||
|
||||
Reference in New Issue
Block a user