This commit is contained in:
那些花儿
2025-09-25 21:43:49 +08:00
parent 82b8d4a125
commit 717f4e1b08
2 changed files with 41 additions and 13 deletions
@@ -29,14 +29,14 @@ public class SysHomeV4Controller {
}
// @At("/home")
// @Ok("beetl:/layouts/v4/home.html")
// @SaCheckLogin
// public void home() {
//
// }
@At("/home")
@Ok("beetl:/layouts/v4/home.html")
@SaCheckLogin
public void home() {
}
@At("/home2")
@Ok("beetl:/layouts/v4/home/index.html")
@SaCheckLogin
public void home2() {