-
Notifications
You must be signed in to change notification settings - Fork 868
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
404 页面不跳转显示 加入文档链接
- Loading branch information
Showing
16 changed files
with
84 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
@echo off | ||
echo ASPNETCORE_ENVIRONMENT=Development | ||
echo ASPNETCORE_URLS=http://localhost:5000 | ||
set ASPNETCORE_ENVIRONMENT=Development | ||
set ASPNETCORE_URLS=http://localhost:5000 | ||
dotnet bin/Debug/netcoreapp2.0/ZKEACMS.WebHost.dll |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,6 +147,7 @@ | |
发布 | ||
</a> | ||
} | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
@{ | ||
ViewBag.Title = "页面不存在"; | ||
Layout = Layouts.NormalDefault; | ||
} | ||
<div class="page-header" style="text-align: center;"> | ||
<br /><br /> | ||
<h1 style="font-size: 6em" class="text-danger">404</h1> | ||
</div> | ||
<div style="text-align:center"> | ||
<h2>页面不存在</h2> | ||
<br /> | ||
<br /> | ||
<p>看起来您正在尝试访问一个不存在的页面,您可以重新检查一下访问的URL地址是否正确。</p> | ||
<p>如果这是您创建的页面,您可以在<strong>发布</strong>以后,再尝试访问该页面</p> | ||
<br /> | ||
<p class="text-muted">或者您还可以访问其它页面:</p> | ||
<br /> | ||
<p> | ||
<a href="~/" class="btn btn-primary">首页</a> | ||
<a href="@Url.Action("Index","Page")" class="btn btn-primary">管理页面</a> | ||
</p> | ||
<br /> | ||
<hr /> | ||
<div> | ||
<p> | ||
<a href="http://www.zkea.net" target="_blank" title="深圳市纸壳软件科技有限公司">ZKEASOFT</a>. All Rights Reserved, | ||
Powered by <a href="http://www.zkea.net/zkeacms/zkeacmscore" target="_blank">ZKEACMS</a> | ||
<br />Copyright © 2016-@DateTime.Now.Year <a href="http://www.zkea.net/licenses" target="_blank">许可协议</a> | ||
</p> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.