<template>
|
<div>
|
<div>
|
<p>备案号:
|
<a href="http://www.miitbeian.gov.cn/" target="_blank">粤ICP备19000592号-1</a>
|
</p>
|
</div>
|
|
<div style="position: fixed;right: -3px;bottom: -20px;">
|
<a-col v-bind="showMain">
|
<p><a href="https://www.foreverblog.cn/go.html" target="_blank"> <img
|
src="https://img.foreverblog.cn/wormhole_3.gif" alt="" style="width:auto;height:32px;"
|
title="穿梭虫洞-随机访问十年之约友链博客"> </a>.</p>
|
</a-col>
|
</div>
|
|
|
</div>
|
|
</template>
|
|
<script>
|
import myConstant from "../../config/myConstant.js"
|
|
var _hmt = _hmt || [];
|
(function() {
|
let tempVisitorData = localStorage.getItem(myConstant.visitorDataKey);
|
if (tempVisitorData != null && JSON.parse(tempVisitorData).nickName == myConstant.userName) {
|
//this.$message.info("认证成功..")
|
// console.log("认证成功..");
|
}else{
|
var hm = document.createElement("script");
|
hm.src = "https://hm.baidu.com/hm.js?7ec680274146b33760c579b79dfb8f7c";
|
var s = document.getElementsByTagName("script")[0];
|
s.parentNode.insertBefore(hm, s);
|
}
|
})();
|
|
export default {
|
data() {
|
return {
|
showMain: {
|
xs: 0,
|
sm: 0,
|
md: {
|
span: 1,
|
},
|
lg: {
|
span: 1,
|
},
|
xl: {
|
span: 1,
|
},
|
xxl: {
|
span: 1,
|
},
|
}
|
}
|
}
|
}
|
</script>
|
|
<style>
|
#cnzz_stat_icon_1276380514 {
|
display: none;
|
}
|
</style>
|