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

chore: 修改“首届网络视听行业职业技能大赛”相关展示

上级 8461caf3
差异被折叠。
...@@ -123,7 +123,7 @@ const appConfigList = [ ...@@ -123,7 +123,7 @@ const appConfigList = [
hideContestToolbar: true // 隐藏大赛工具栏 hideContestToolbar: true // 隐藏大赛工具栏
}, },
{ {
system: 'default', system: 'nac',
title: '首届网络视听行业职业技能大赛', title: '首届网络视听行业职业技能大赛',
logo: 'https://webapp-pub.ezijing.com/website/base/logo.svg', logo: 'https://webapp-pub.ezijing.com/website/base/logo.svg',
// logo: 'https://webapp-pub.ezijing.com/website/base/images/logo_swsjfxs.png', // logo: 'https://webapp-pub.ezijing.com/website/base/images/logo_swsjfxs.png',
...@@ -150,7 +150,7 @@ export function useAppConfig() { ...@@ -150,7 +150,7 @@ export function useAppConfig() {
return item.hosts.find(host => location.host.split('.').includes(host)) return item.hosts.find(host => location.host.split('.').includes(host))
}) })
const appConfig = found || appConfigList[0] const appConfig = found || appConfigList[8]
return { ...appConfig } return { ...appConfig }
} }
...@@ -81,6 +81,19 @@ const learnURL = import.meta.env.VITE_SAAS_LEARN_URL ...@@ -81,6 +81,19 @@ const learnURL = import.meta.env.VITE_SAAS_LEARN_URL
margin-left: 0 !important; margin-left: 0 !important;
} }
} }
.system-nac {
.bg {
background: url(@/assets/images/nac_home_student_bg.png) no-repeat center center;
background-size: contain;
}
.link1,
.select1 {
display: none;
}
.select2 {
margin-left: 0 !important;
}
}
.system-x { .system-x {
.bg { .bg {
background: url(@/assets/images/x_home_student_bg.png) no-repeat center center; background: url(@/assets/images/x_home_student_bg.png) no-repeat center center;
......
...@@ -61,6 +61,12 @@ function handleChange(id: string, type: number) { ...@@ -61,6 +61,12 @@ function handleChange(id: string, type: number) {
background-size: contain; background-size: contain;
} }
} }
.system-nac {
.bg {
background: url(@/assets/images/nac_home_teacher_bg.png) no-repeat center center;
background-size: contain;
}
}
.bg { .bg {
position: relative; position: relative;
margin: 20px auto; margin: 20px auto;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论