mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-03 16:06:38 +00:00
首页SEO优化
This commit is contained in:
@ -77,7 +77,8 @@ public class PageController extends BaseController {
|
||||
* 首页
|
||||
*/
|
||||
@RequestMapping(path = {"/", "/index", "/index.html"})
|
||||
public String index() {
|
||||
public String index(Model model) {
|
||||
model.addAttribute("bookMap",bookService.listBookSettingVO());
|
||||
return ThreadLocalUtil.getTemplateDir() + "index";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user