提交 71468e8c authored 作者: 王鹏飞's avatar 王鹏飞

增加百度验证

上级 e1e19324
<!DOCTYPE html> <!DOCTYPE html>
<html {{ HTML_ATTRS }}> <html {{ HTML_ATTRS }}>
<head> <head>
<meta name="baidu-site-verification" content="code-DUTex50XOJ" />
{{ HEAD }} {{ HEAD }}
</head> </head>
<body {{ BODY_ATTRS }}> <body {{ BODY_ATTRS }}>
{{ APP }} {{ APP }}
<script> <script>
var _hmt = _hmt || []; var _hmt = _hmt || []
(function() { ;(function() {
var hm = document.createElement("script"); var hm = document.createElement('script')
hm.src = "https://hm.baidu.com/hm.js?d07ebd7fc0b0319273df23497cf520d2"; hm.src = 'https://hm.baidu.com/hm.js?d07ebd7fc0b0319273df23497cf520d2'
var s = document.getElementsByTagName("script")[0]; var s = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore(hm, s); s.parentNode.insertBefore(hm, s)
})(); })()
</script> </script>
</body> </body>
</html> </html>
...@@ -56,7 +56,6 @@ export default { ...@@ -56,7 +56,6 @@ export default {
meta: [ meta: [
{ charset: 'utf-8' }, { charset: 'utf-8' },
{ name: 'viewport', id: 'viewport', content: 'initial-scale=-1,maximum-scale=1,shrink-to-fit=no' }, { name: 'viewport', id: 'viewport', content: 'initial-scale=-1,maximum-scale=1,shrink-to-fit=no' },
{ name: 'baidu-site-verification', content: 'code-DUTex50XOJ' },
{ {
hid: 'keywords', hid: 'keywords',
name: 'keywords', name: 'keywords',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论