|
@@ -195,7 +195,7 @@ const courseData = ref({
|
|
|
const menuConfig = [
|
|
const menuConfig = [
|
|
|
{ id: 'general', title: 'AI通识课', type: '1', isPractical: false, isAICourse: false },
|
|
{ id: 'general', title: 'AI通识课', type: '1', isPractical: false, isAICourse: false },
|
|
|
{ id: 'practical', title: 'AI实操课', type: '2', isPractical: true, isAICourse: false },
|
|
{ id: 'practical', title: 'AI实操课', type: '2', isPractical: true, isAICourse: false },
|
|
|
- { id: 'ai', title: 'AI场景教学', type: '3', isPractical: false, isAICourse: true },
|
|
|
|
|
|
|
+ { id: 'ai', title: 'AI古诗词', type: '3', isPractical: false, isAICourse: true },
|
|
|
{ id: 'selfstudy', title: 'AI自主学习', type: '4', isPractical: false, isAICourse: true }
|
|
{ id: 'selfstudy', title: 'AI自主学习', type: '4', isPractical: false, isAICourse: true }
|
|
|
]
|
|
]
|
|
|
// 当前选中的菜单索引
|
|
// 当前选中的菜单索引
|