提交 722a40b0 authored 作者: 王鹏飞's avatar 王鹏飞

修改icp备案号

上级 32df8028
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<div class="mail" v-html="$t('foot.email')"></div> <div class="mail" v-html="$t('foot.email')"></div>
</div> </div>
<div class="right-content"> <div class="right-content">
<img src="https://webapp-pub.ezijing.com/project/marywood/ezijing-code.jpg" class="code"> <img src="https://webapp-pub.ezijing.com/project/marywood/ezijing-code.jpg" class="code" />
<div class="tips-txt"> <div class="tips-txt">
<img src="https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png" alt="" /> <img src="https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png" alt="" />
<div class="txt">{{ $t('foot.weChat') }}</div> <div class="txt">{{ $t('foot.weChat') }}</div>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<div class="right-content"> <div class="right-content">
<img src="https://webapp-pub.ezijing.com/project/marywood/ezijing_xet_x.png" alt="" class="code" /> <img src="https://webapp-pub.ezijing.com/project/marywood/ezijing_xet_x.png" alt="" class="code" />
<div class="tips-txt"> <div class="tips-txt">
<img src="https://webapp-pub.ezijing.com/www/pc/icon_gongkaike.png" alt=""> <img src="https://webapp-pub.ezijing.com/www/pc/icon_gongkaike.png" alt="" />
<div class="txt">{{ $t('foot.ezjClass') }}</div> <div class="txt">{{ $t('foot.ezjClass') }}</div>
</div> </div>
</div> </div>
...@@ -65,14 +65,37 @@ ...@@ -65,14 +65,37 @@
href="https://beian.miit.gov.cn/#/Integrated/index" href="https://beian.miit.gov.cn/#/Integrated/index"
style="color: rgba(153, 153, 153, 1); text-decoration: none" style="color: rgba(153, 153, 153, 1); text-decoration: none"
> >
<p style="font-size: 12px">京ICP备15016866号-1</p> <p style="font-size: 12px">{{ icpNumber }}</p>
</a> </a>
</div> </div>
</div> </div>
</div> </div>
</template> </template>
<script> <script>
export default {} export default {
computed: {
icpNumber() {
const map = [
{ icp: '京ICP备15016866号-4', host: 'seg-aisa.cn' },
{ icp: '京ICP备15016866号-5', host: 'segedu.cn' },
{ icp: '京ICP备15016866号-6', host: 'segcdc.cn' },
{ icp: '京ICP备15016866号-7', host: 'segcdc.com' },
{ icp: '京ICP备15016866号-8', host: 'segshms.cn' },
{ icp: '京ICP备15016866号-9', host: 'segshms.com' },
{ icp: '京ICP备15016866号-10', host: 'segcrcs.com' },
{ icp: '京ICP备15016866号-11', host: 'segcrcs.cn' },
{ icp: '京ICP备15016866号-12', host: 'seghim.cn' },
{ icp: '京ICP备15016866号-13', host: 'seghim.com' },
{ icp: '京ICP备15016866号-14', host: 'seg-aisa.com' },
{ icp: '京ICP备15016866号-1', host: 'ezijing.com' }
]
const found = map.find(item => {
return window.location.hostname.includes(item.host)
})
return found ? found.icp : '京ICP备15016866号-1'
}
}
}
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.foot-mian { .foot-mian {
...@@ -115,10 +138,10 @@ export default {} ...@@ -115,10 +138,10 @@ export default {}
letter-spacing: 3px; letter-spacing: 3px;
opacity: 0.7; opacity: 0.7;
margin-left: 88px; margin-left: 88px;
.address{ .address {
max-width: 610px; max-width: 610px;
} }
&.f-size{ &.f-size {
font-size: 16px; font-size: 16px;
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论