<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<title>j - 快捷命令行工具</title>
<script>
var l = window.location;
var baseUrl = '/j'; var pathWithoutBase = l.pathname.slice(baseUrl.length) || '/';
sessionStorage.setItem('spa:redirect', pathWithoutBase + l.search + l.hash);
l.replace(baseUrl + '/');
</script>
</head>
<body>
<p>Redirecting...</p>
</body>
</html>