diff --git a/public/index.html b/public/index.html index 6a90b08..89aa9b3 100644 --- a/public/index.html +++ b/public/index.html @@ -57,7 +57,7 @@ let link = document.querySelector("link[rel*='icon']") || document.createElement('link'); link.type = 'image/x-icon'; link.rel = 'shortcut icon'; - link.href = 'https://bo.liche.cn/favicon_liche.ico'; + link.href = 'https://bo.liche.cn/favicon_hd.ico'; document.getElementsByTagName('head')[0].appendChild(link); }else if(hostname=='dongfeng.haodian.cn'){ let link = document.querySelector("link[rel*='icon']") || document.createElement('link'); @@ -68,7 +68,7 @@ let link = document.querySelector("link[rel*='icon']") || document.createElement('link'); link.type = 'image/x-icon'; link.rel = 'shortcut icon'; - link.href = 'https://bo.liche.cn/favicon_liche.ico'; + link.href = 'https://bo.liche.cn/favicon_hd.ico'; } } diff --git a/src/layout/index.vue b/src/layout/index.vue index a7b724f..eef9484 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -136,13 +136,13 @@ let hostname = window.location.hostname; if (hostname == 'bo.liche.cn') { this.logo = - 'https://qs.haodian.cn/web/images/project/Admin-ShiYu/logo_liche.png'; + 'https://qs.haodian.cn/web/images/project/Admin-ShiYu/logo_hd.png'; } else if (hostname == 'dongfeng.haodian.cn') { this.logo = 'https://qs.haodian.cn/web/images/project/Admin-ShiYu/logo_df.png'; } else { this.logo = - 'https://qs.haodian.cn/web/images/project/Admin-ShiYu/logo_liche.png'; + 'https://qs.haodian.cn/web/images/project/Admin-ShiYu/logo_hd.png'; } }, computed: {