Commit aebf081c authored by xinzhedeai's avatar xinzhedeai

favicon 更换

parent cd7e1642
...@@ -6,7 +6,7 @@ if(getPageN() === 'index'){ ...@@ -6,7 +6,7 @@ if(getPageN() === 'index'){
contextPath = '..' contextPath = '..'
} }
// css // css
document.write('<link rel="icon" href="https://whjqaqscxt.weihai.cn/favicon.ico">'); document.write('<link rel="icon" href="' + contextPath + '/img/favicon.ico">');
document.write('<link rel="stylesheet" type="text/css" href="' + contextPath + '/css/normalize.css" />'); document.write('<link rel="stylesheet" type="text/css" href="' + contextPath + '/css/normalize.css" />');
document.write('<link rel="stylesheet" type="text/css" href="' + contextPath + '/css/vant.css" />'); document.write('<link rel="stylesheet" type="text/css" href="' + contextPath + '/css/vant.css" />');
document.write('<link rel="stylesheet" type="text/css" href="' + contextPath + '/css/common.css?rev=' + jsVersion + '" />'); document.write('<link rel="stylesheet" type="text/css" href="' + contextPath + '/css/common.css?rev=' + jsVersion + '" />');
......
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 to comment