mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 00:06:47 +08:00
refactor(courselibrary): 重构在线课程管理页面为iframe嵌入模式
- 移除原有复杂的搜索表单和表格组件 - 替换为嵌入远程课程管理页面的iframe - 简化页面结构和样式代码 - 保留必要的学生模型组件引用 - 更新页面标题注释和文件路径信息
This commit is contained in:
@@ -303,12 +303,12 @@ const handleNext = () => {
|
||||
</el-dialog>
|
||||
|
||||
<!-- 设置预览弹窗 -->
|
||||
<!-- :fullscreen="chooseItemData.resType === 41"-->
|
||||
<el-dialog
|
||||
v-model="courseMetadata.showSettingDialog"
|
||||
:title="
|
||||
courseMetadata.isPreview ? '预览' : getType(chooseItemData.resType)
|
||||
"
|
||||
:fullscreen="chooseItemData.resType === 41"
|
||||
>
|
||||
<div class="component-preview">
|
||||
<template v-for="item in mapComponents" :key="item.name">
|
||||
|
||||
Reference in New Issue
Block a user