index.html

    <title> 网页导航栏添加logo及标题</title>
<link rel="icon" type="image/x-icon" href="/static/anfang_favicon.ico"/>
<script type="text/javascript">
var scene = window.location.host
if (scene === 'anfang.cn') {
document.querySelector('link[rel="icon"]').href = "/static/anfang_favicon.ico"
document.getElementsByTagName("title")[0].innerText = '安防';
} else if (scene === 'xuexiao.cn') {
document.querySelector('link[rel="icon"]').href = "/static/school_facicon.ico"
document.getElementsByTagName("title")[0].innerText = '校园云';
}
</script>

相关文章:

  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-03-30
  • 2022-12-23
  • 2021-10-02
猜你喜欢
  • 2022-12-23
  • 2021-11-29
  • 2022-01-11
  • 2021-04-21
  • 2021-11-29
  • 2021-07-24
  • 2021-10-02
相关资源
相似解决方案