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

调整实操课程库

上级 ec0acb65
......@@ -49,6 +49,7 @@ export default {
showUser: { type: Boolean, default: false }
},
data() {
const xtrainingUrl = webConf.others.xtrainingUrl
return {
activeLink: '/course/learn',
studentMenus: [
......@@ -69,9 +70,7 @@ export default {
{
title: '实训练习',
icon: 'icon-kaoshihong',
children: [
{ title: '实训案例练习', path: 'https://xtraining.ezijing.com/', href: 'https://xtraining.ezijing.com/' }
]
children: [{ title: '实训案例练习', path: xtrainingUrl, href: xtrainingUrl }]
}
],
techerMenus: [
......@@ -91,7 +90,10 @@ export default {
{
title: '实操资源',
icon: 'icon-kaoshihong',
children: [{ title: '实操课程库', path: '/teacher/practicalCourse' }]
children: [
// { title: '实操课程库', path: '/teacher/practicalCourse' },
{ title: '实操课程库', path: xtrainingUrl, href: xtrainingUrl }
]
}
// {
// title: '试题库',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论