1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > html页面导航图标添加 vue 切换网页导航栏添加logo及标题

html页面导航图标添加 vue 切换网页导航栏添加logo及标题

时间:2023-07-24 04:21:02

相关推荐

html页面导航图标添加 vue  切换网页导航栏添加logo及标题

index.html

网页导航栏添加logo及标题

var scene = window.location.host

if (scene === ‘‘) {

document.querySelector(‘link[rel="icon"]‘).href = "/static/anfang_favicon.ico"

document.getElementsByTagName("title")[0].innerText = ‘安防‘;

} else if (scene === ‘‘) {

document.querySelector(‘link[rel="icon"]‘).href = "/static/school_facicon.ico"

document.getElementsByTagName("title")[0].innerText = ‘校园云‘;

}

原文:/luckyShuang/p/13295007.html

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。