Skip to content

Commit

Permalink
Update IndexController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
saysky committed Apr 19, 2022
1 parent 1ec66ce commit 88a31cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public String search(
//最新评论
List<Comment> recentCommentList = commentService.listRecentComment(null, 10);
model.addAttribute("recentCommentList", recentCommentList);
model.addAttribute("pageUrlPrefix", "/search?pageIndex");
model.addAttribute("pageUrlPrefix", "/search?keywords=" + keywords + "&pageIndex");
return "Home/Page/search";
}

Expand Down

0 comments on commit 88a31cc

Please sign in to comment.