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

chore: 新增swsjfxs

上级 cc1918d0
......@@ -42,6 +42,17 @@ const appConfigList = [
logo: 'https://zws-imgs-pub.ezijing.com/pc/base/ezijing-logo.svg',
hosts: ['saas-dml-web'],
dmlURL: import.meta.env.VITE_DML_PRO_URL
},
{
system: 'swsjfxs',
title: '商业数据分析实验室',
logo: 'https://webapp-pub.ezijing.com/website/base/images/logo_swsjfxs.png',
hosts: ['swsjfxs'],
studentMenus: [
{ name: '首页', path: '/' },
{ name: '我的大赛', path: '/student/contest' },
{ name: '大赛成绩查询', path: '/student/contest/score' }
]
}
]
......
......@@ -55,6 +55,12 @@ const learnURL = import.meta.env.VITE_SAAS_LEARN_URL
background-size: contain;
}
}
.system-swsjfxs {
.bg {
background: url(@/assets/images/swsjfxs_home_student_bg.png) no-repeat center center;
background-size: contain;
}
}
.system-x {
.bg {
background: url(@/assets/images/x_home_student_bg.png) no-repeat center center;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论