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> |
fc0c10
|
23 |
document.write(unescape( |
I |
24 |
"%3Cspan id='cnzz_stat_icon_1276380514'%3E%3C/span%3E%3Cscript src='https://s23.cnzz.com/z_stat.php%3Fid%3D1276380514%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E" |
|
25 |
)); |
41b36f
|
26 |
|
fc0c10
|
27 |
export default { |
I |
28 |
data() { |
|
29 |
return { |
|
30 |
showMain: { |
|
31 |
xs: 0, |
|
32 |
sm: 0, |
|
33 |
md: { |
|
34 |
span: 1, |
|
35 |
}, |
|
36 |
lg: { |
|
37 |
span: 1, |
|
38 |
}, |
|
39 |
xl: { |
|
40 |
span: 1, |
|
41 |
}, |
|
42 |
xxl: { |
|
43 |
span: 1, |
|
44 |
}, |
|
45 |
} |
|
46 |
} |
|
47 |
} |
41b36f
|
48 |
} |
I |
49 |
</script> |
|
50 |
|
fc0c10
|
51 |
<style> |
I |
52 |
#cnzz_stat_icon_1276380514 { |
|
53 |
display: none; |
|
54 |
} |
|
55 |
</style> |