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

chore: update

上级 cd6b0f09
差异被折叠。
const appConfigList = [
{
system: 'gdrtvu',
title: '金融数字产品营销',
logo: 'https://zws-imgs-pub.ezijing.com/pc/base/ezijing-logo.svg',
hosts: ['saas-lab.segedu.cn']
},
{
title: '商业数据分析实验室',
logo: 'https://zws-imgs-pub.ezijing.com/pc/base/ezijing-logo.svg',
......
......@@ -91,6 +91,13 @@ const learnURL = import.meta.env.VITE_SAAS_LEARN_URL
display: none;
}
}
.system-gdrtvu {
.bg {
background: url(@/assets/images/gdrtvu_home_student_bg.png) no-repeat center center;
background-size: contain;
}
}
.bg {
position: relative;
margin: 20px auto;
......
......@@ -61,6 +61,12 @@ function handleChange(id: string, type: number) {
background-size: contain;
}
}
.system-gdrtvu {
.bg {
background: url(@/assets/images/gdrtvu_home_teacher_bg.png) no-repeat center center;
background-size: contain;
}
}
.bg {
position: relative;
margin: 20px auto;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论