中转界面跳转到实际页面

This commit is contained in:
2021-02-24 16:45:07 +08:00
parent 41794aa1bc
commit f31385d58d
3 changed files with 16 additions and 5 deletions

View File

@@ -2,7 +2,18 @@
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
*@
@{
<div>
loading
</div>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div>
loading...
</div>
<script>
location.href="@ViewData["FullUrl"]"
</script>
</body>
</html>
}