commit | author | age
|
41b36f
|
1 |
<template> |
I |
2 |
<div> |
fc0c10
|
3 |
<div> |
I |
4 |
<p>备案号: |
|
5 |
<a href="http://www.miitbeian.gov.cn/" target="_blank">粤ICP备19000592号-1</a> |
|
6 |
</p> |
|
7 |
</div> |
|
8 |
|
|
9 |
<div style="position: fixed;right: -3px;bottom: -20px;"> |
|
10 |
<a-col v-bind="showMain"> |
|
11 |
<p><a href="https://www.foreverblog.cn/go.html" target="_blank"> <img |
|
12 |
src="https://img.foreverblog.cn/wormhole_3.gif" alt="" style="width:auto;height:32px;" |
|
13 |
title="穿梭虫洞-随机访问十年之约友链博客"> </a>.</p> |
|
14 |
</a-col> |
|
15 |
</div> |
|
16 |
|
|
17 |
|
41b36f
|
18 |
</div> |
I |
19 |
|
|
20 |
</template> |
|
21 |
|
|
22 |
<script> |
afab3a
|
23 |
import myConstant from "../../config/myConstant.js" |
I |
24 |
|
|
25 |
var _hmt = _hmt || []; |
|
26 |
(function() { |
|
27 |
let tempVisitorData = localStorage.getItem(myConstant.visitorDataKey); |
|
28 |
if (tempVisitorData != null && JSON.parse(tempVisitorData).nickName == myConstant.userName) { |
|
29 |
//this.$message.info("认证成功..") |
|
30 |
// console.log("认证成功.."); |
|
31 |
}else{ |
|
32 |
var hm = document.createElement("script"); |
|
33 |
hm.src = "https://hm.baidu.com/hm.js?7ec680274146b33760c579b79dfb8f7c"; |
|
34 |
var s = document.getElementsByTagName("script")[0]; |
|
35 |
s.parentNode.insertBefore(hm, s); |
|
36 |
} |
|
37 |
})(); |
|
38 |
|
fc0c10
|
39 |
export default { |
I |
40 |
data() { |
|
41 |
return { |
|
42 |
showMain: { |
|
43 |
xs: 0, |
|
44 |
sm: 0, |
|
45 |
md: { |
|
46 |
span: 1, |
|
47 |
}, |
|
48 |
lg: { |
|
49 |
span: 1, |
|
50 |
}, |
|
51 |
xl: { |
|
52 |
span: 1, |
|
53 |
}, |
|
54 |
xxl: { |
|
55 |
span: 1, |
|
56 |
}, |
|
57 |
} |
|
58 |
} |
|
59 |
} |
41b36f
|
60 |
} |
I |
61 |
</script> |
|
62 |
|
fc0c10
|
63 |
<style> |
I |
64 |
#cnzz_stat_icon_1276380514 { |
|
65 |
display: none; |
|
66 |
} |
|
67 |
</style> |