Commit 99e6df7d by 赵增煜

替换logo

parent 172d1966
......@@ -41,7 +41,7 @@ function replaceLogo(){
// 遍历每个找到的元素,并更新其 background 样式
logoIcons.forEach(element => {
// 替换背景图片的 URL 和位置等信息
element.style.background = "url('http://https://cloud-rx-prod-1324994225.cos.ap-shanghai.myqcloud.com/static/images/logo.png')";
element.style.background = "url('https://cloud-rx-prod-1324994225.cos.ap-shanghai.myqcloud.com/static/images/logo.png')";
});
}
window.onload = function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment