bugfix:跳转链接
This commit is contained in:
@@ -2,18 +2,19 @@
|
||||
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
|
||||
*@
|
||||
@{
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
loading...
|
||||
</div>
|
||||
<script>
|
||||
location.href="@ViewData["FullUrl"]"
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
}
|
||||
@model QRCodeService.Application.Queries.Link
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
loading...
|
||||
</div>
|
||||
<script>
|
||||
location.href = "@Model.FullUrl"
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user