|
|
@@ -34,7 +34,7 @@ public class BiliController {
|
|
|
|
|
|
model.addAttribute("page", page);
|
|
|
model.addAttribute("list", page.getContent());
|
|
|
- return "/site/config";
|
|
|
+ return "/admin/site/config";
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "账户")
|
|
|
@@ -48,7 +48,7 @@ public class BiliController {
|
|
|
|
|
|
model.addAttribute("page", page);
|
|
|
model.addAttribute("list", page.getContent());
|
|
|
- return "/site/account";
|
|
|
+ return "/admin/site/account";
|
|
|
}
|
|
|
|
|
|
@GetMapping("/post/category")
|
|
|
@@ -59,7 +59,7 @@ public class BiliController {
|
|
|
|
|
|
model.addAttribute("page", page);
|
|
|
model.addAttribute("list", page.getContent());
|
|
|
- return "/post/index";
|
|
|
+ return "/admin/site/index";
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "视频稿件")
|
|
|
@@ -75,7 +75,7 @@ public class BiliController {
|
|
|
|
|
|
model.addAttribute("page", page);
|
|
|
model.addAttribute("list", page.getContent());
|
|
|
- return "/post/videolist";
|
|
|
+ return "/admin/site/videolist";
|
|
|
}
|
|
|
|
|
|
@GetMapping("/post/audio")
|
|
|
@@ -86,7 +86,7 @@ public class BiliController {
|
|
|
|
|
|
model.addAttribute("page", page);
|
|
|
model.addAttribute("list", page.getContent());
|
|
|
- return "/post/index";
|
|
|
+ return "/admin/site/index";
|
|
|
}
|
|
|
|
|
|
@GetMapping("/post/image")
|
|
|
@@ -97,6 +97,6 @@ public class BiliController {
|
|
|
|
|
|
model.addAttribute("page", page);
|
|
|
model.addAttribute("list", page.getContent());
|
|
|
- return "/post/index";
|
|
|
+ return "/admin/site/index";
|
|
|
}
|
|
|
}
|