update icon

This commit is contained in:
yubaolee@163.com 2018-05-03 17:26:23 +08:00
parent 9bcf88f405
commit 1c389af7b1
5 changed files with 87 additions and 86 deletions

View File

@ -182,6 +182,7 @@
<Content Include="images\login\logo.png" />
<Content Include="images\login\right_hand.png" />
<Content Include="images\login\tou.png" />
<Content Include="images\logo.png" />
<Content Include="js\bootstrap.js" />
<Content Include="js\flow\config.js" />
<Content Include="js\flow\fonts\demo.css" />

View File

@ -24,7 +24,7 @@
</div>
<div class="logintop">
<span>OpenAuth.Net</span>
<img src="/images/logo.png" style="width: 230px" />
<ul>
<li><a href="http://www.firefox.com.cn/download/" target="_blank"><b><font color="#FFF">推荐Firefox浏览器</font></b></a></li>
</ul>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

View File

@ -71,7 +71,7 @@ namespace OpenAuth.WebApi.Areas.SSO.Controllers
catch (Exception ex)
{
result.Code = 500;
result.Message = ex.Message;
result.Message ="OpenAuth.WebAPI数据库访问失败:" + ex.Message;
}
return result;