提交 b81a75bb 作者: dingtalk_nnkplh

修改图标

上级 41b5c5f9
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
if(index % 2 == 0){ if(index % 2 == 0){
return $.table.imageView('http://demo.ruoyi.vip/img/profile.jpg'); return $.table.imageView('http://demo.ruoyi.vip/img/profile.jpg');
}else { }else {
return $.table.imageView('http://demo.ruoyi.vip/ruoyi.png'); return $.table.imageView('http://demo.ruoyi.vip/logo.png');
} }
} }
}, },
......
...@@ -26,7 +26,8 @@ ...@@ -26,7 +26,8 @@
<div class="col-sm-7"> <div class="col-sm-7">
<div class="signin-info"> <div class="signin-info">
<div class="logopanel m-b"> <div class="logopanel m-b">
<h1><img alt="[ 直申 ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1> <h1><img alt="[ 直申 ]" src="../static/logo.png" th:src="@{/logo.png}"></h1>
<!-- <h1><img alt="[ 直申 ]" src="../static/logo.png"></h1>-->
</div> </div>
<div class="m-b"></div> <div class="m-b"></div>
<h4>欢迎使用 <strong>直申 后台管理系统</strong></h4> <h4>欢迎使用 <strong>直申 后台管理系统</strong></h4>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div class="col-sm-7"> <div class="col-sm-7">
<div class="signin-info"> <div class="signin-info">
<div class="logopanel m-b"> <div class="logopanel m-b">
<h1><img alt="[ 若依 ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1> <h1><img alt="[ 直申 ]" src="../static/logo.png" th:src="@{/logo.png}"></h1>
</div> </div>
<div class="m-b"></div> <div class="m-b"></div>
<h4>欢迎使用 <strong>直申后台管理系统</strong></h4> <h4>欢迎使用 <strong>直申后台管理系统</strong></h4>
......
...@@ -279,6 +279,7 @@ public class ShiroConfig ...@@ -279,6 +279,7 @@ public class ShiroConfig
// 对静态资源设置匿名访问 // 对静态资源设置匿名访问
filterChainDefinitionMap.put("/favicon.ico**", "anon"); filterChainDefinitionMap.put("/favicon.ico**", "anon");
filterChainDefinitionMap.put("/ruoyi.png**", "anon"); filterChainDefinitionMap.put("/ruoyi.png**", "anon");
filterChainDefinitionMap.put("/logo.png**", "anon");
filterChainDefinitionMap.put("/html/**", "anon"); filterChainDefinitionMap.put("/html/**", "anon");
filterChainDefinitionMap.put("/css/**", "anon"); filterChainDefinitionMap.put("/css/**", "anon");
filterChainDefinitionMap.put("/docs/**", "anon"); filterChainDefinitionMap.put("/docs/**", "anon");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论