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

chore: update

上级 eafeaca9
const appConfigList = [ const appConfigList = [
{
system: 'dml',
title: 'AI直播实践教学平台',
logo: '/logo.svg',
hosts: ['saas-dml-web'],
dmlURL: import.meta.env.VITE_SAAS_DML_LIVE_URL,
},
{ {
system: 'default', system: 'default',
title: '商务数据分析', title: '商务数据分析',
...@@ -44,13 +51,6 @@ const appConfigList = [ ...@@ -44,13 +51,6 @@ const appConfigList = [
title: '商业数据分析竞赛平台', title: '商业数据分析竞赛平台',
hosts: ['saas-game'], hosts: ['saas-game'],
}, },
{
system: 'dml',
title: '数智营销实践教学平台',
logo: '/logo.svg',
hosts: ['saas-dml-web'],
dmlURL: import.meta.env.VITE_DML_PRO_URL,
},
{ {
system: 'swsjfxs', system: 'swsjfxs',
title: '商务数据分析师', title: '商务数据分析师',
......
...@@ -118,9 +118,9 @@ function handleUpdateGradeRules() { ...@@ -118,9 +118,9 @@ function handleUpdateGradeRules() {
<h2 class="app-card-hd__title">实验管理</h2> <h2 class="app-card-hd__title">实验管理</h2>
<div class="btn-all" style="margin-bottom: 15px"> <div class="btn-all" style="margin-bottom: 15px">
<el-button type="primary" v-if="detail?.type === '4'"> <el-button type="primary" v-if="detail?.type === '4'">
<a :href="dmlURL" target="_blank">进入实验平台</a> <a :href="dmlURL" target="_blank">进入直播平台</a>
</el-button> </el-button>
<el-button type="primary"> <el-button type="primary" v-if="false">
<a :href="liveURL" target="_blank">进入直播平台</a> <a :href="liveURL" target="_blank">进入直播平台</a>
</el-button> </el-button>
<el-button type="primary" @click="gradeRulesVisible = true">查看成绩规则</el-button> <el-button type="primary" @click="gradeRulesVisible = true">查看成绩规则</el-button>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论