无关紧要

This commit is contained in:
thinkgem
2022-03-03 15:48:04 +08:00
parent 3730a5fe4c
commit 41aaca5b20

View File

@@ -310,8 +310,8 @@ public class FrontController extends BaseController {
/** /**
* 内容评论 * 内容评论
*/ */
@RequestMapping(value = "comment", method = RequestMethod.GET) @RequestMapping(value = "comment-{theme}", method = RequestMethod.GET)
public String comment(Comment comment, String theme, HttpServletRequest request, HttpServletResponse response, public String comment(Comment comment, @PathVariable String theme, HttpServletRequest request, HttpServletResponse response,
Model model) { Model model) {
Page<Comment> page = new Page<Comment>(request, response); Page<Comment> page = new Page<Comment>(request, response);
Comment c = new Comment(); Comment c = new Comment();