'/student/dashboard.php', 'parent' => '/parent/dashboard.php', 'admin' => '/admin/dashboard.php' ]; header("Location: " . ($redirect[$_SESSION['user_type']] ?? '/index.php')); exit(); } ?> <?php echo SITE_NAME; ?> - 登录

学生 / 家长 / 管理端 统一登录