Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
722a40b0
提交
722a40b0
authored
2月 14, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改icp备案号
上级
32df8028
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
30 行增加
和
8 行删除
+30
-8
Foot.vue
components/Foot.vue
+30
-8
没有找到文件。
components/Foot.vue
浏览文件 @
722a40b0
...
...
@@ -19,7 +19,7 @@
<div
class=
"mail"
v-html=
"$t('foot.email')"
></div>
</div>
<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"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png"
alt=
""
/>
<div
class=
"txt"
>
{{
$t
(
'foot.weChat'
)
}}
</div>
...
...
@@ -28,7 +28,7 @@
<div
class=
"right-content"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/ezijing_xet_x.png"
alt=
""
class=
"code"
/>
<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>
</div>
...
...
@@ -65,14 +65,37 @@
href=
"https://beian.miit.gov.cn/#/Integrated/index"
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>
</div>
</div>
</div>
</
template
>
<
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
>
<
style
lang=
"scss"
scoped
>
.foot-mian
{
...
...
@@ -115,10 +138,10 @@ export default {}
letter-spacing
:
3px
;
opacity
:
0
.7
;
margin-left
:
88px
;
.address
{
.address
{
max-width
:
610px
;
}
&
.f-size
{
&
.f-size
{
font-size
:
16px
;
}
}
...
...
@@ -147,4 +170,4 @@ export default {}
}
}
}
</
style
>
\ No newline at end of file
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论