fuc/resources/views/tabler/index.tpl
2025-02-23 13:30:57 +08:00

18 lines
363 B
Smarty
Executable File

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<title>{$config['appName']}</title>
{if $user->isLogin}
<script>
window.location.href = "/user"
</script>
{else}
<script>
window.location.href = "/auth/login"
</script>
{/if}
</head>
</html>