mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-15 05:13:25 +08:00
update icon
This commit is contained in:
parent
9bcf88f405
commit
1c389af7b1
@ -182,6 +182,7 @@
|
|||||||
<Content Include="images\login\logo.png" />
|
<Content Include="images\login\logo.png" />
|
||||||
<Content Include="images\login\right_hand.png" />
|
<Content Include="images\login\right_hand.png" />
|
||||||
<Content Include="images\login\tou.png" />
|
<Content Include="images\login\tou.png" />
|
||||||
|
<Content Include="images\logo.png" />
|
||||||
<Content Include="js\bootstrap.js" />
|
<Content Include="js\bootstrap.js" />
|
||||||
<Content Include="js\flow\config.js" />
|
<Content Include="js\flow\config.js" />
|
||||||
<Content Include="js\flow\fonts\demo.css" />
|
<Content Include="js\flow\fonts\demo.css" />
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="logintop">
|
<div class="logintop">
|
||||||
<span>OpenAuth.Net</span>
|
<img src="/images/logo.png" style="width: 230px" />
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.firefox.com.cn/download/" target="_blank"><b><font color="#FFF">推荐Firefox浏览器</font></b></a></li>
|
<li><a href="http://www.firefox.com.cn/download/" target="_blank"><b><font color="#FFF">推荐Firefox浏览器</font></b></a></li>
|
||||||
</ul>
|
</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 |
@ -71,7 +71,7 @@ namespace OpenAuth.WebApi.Areas.SSO.Controllers
|
|||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
result.Code = 500;
|
result.Code = 500;
|
||||||
result.Message = ex.Message;
|
result.Message ="OpenAuth.WebAPI数据库访问失败:" + ex.Message;
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
Loading…
Reference in New Issue
Block a user