首页 > 代码库 > 项目中怎么去掉tomcat的猫

项目中怎么去掉tomcat的猫

   其实很简单,需要在登录页和显示内容的主页,将自己的favicon.ico 导入,并在登录页和主页将其引入即可。

例如:

接着在登录页引入  <link rel="shortcut icon" href="http://www.mamicode.com/${pageContext.request.contextPath "
   type="image/x-icon"/>

同时在主页也引入: <!-- 将tomcat图标换位公司图标 -->
<link rel="shortcut icon" href="http://www.mamicode.com/${pageContext.request.contextPath "
   type="image/x-icon"/>

至此,就可以成功替换小猫了