|
|
@@ -35,13 +35,6 @@ public class SysPageController {
|
|
|
this.sysMessageService = sysMessageService;
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "系统运行日志页面", notes = "N")
|
|
|
- @PreAuthorize("hasRole('ROLE_ADMIN')")
|
|
|
- @GetMapping("/log")
|
|
|
- public String runtimeLogPage() {
|
|
|
- return "/admin/log/rtlog";
|
|
|
- }
|
|
|
-
|
|
|
@ApiOperation(value = "系统消息页面", notes = "N")
|
|
|
@PreAuthorize("hasRole('ROLE_ADMIN')")
|
|
|
@GetMapping("/message")
|