其实很简单,需要在登录页和显示内容的主页,将自己的favicon.ico
导入,并在登录页和主页将其引入即可。
例如:
接着在登录页引入 <link rel="shortcut icon"
href="${pageContext.request.contextPath
}/favicon.ico"
type="image/x-icon"/>
同时在主页也引入: <!-- 将tomcat图标换位公司图标 -->
<link
rel="shortcut icon" href="${pageContext.request.contextPath
}/favicon.ico"
type="image/x-icon"/>
至此,就可以成功替换小猫了
时间: 2024-11-15 02:41:49