diff --git a/src/router/routes/modules/zy/zy.ts b/src/router/routes/modules/zy/zy.ts
index 11430be..4f1922b 100644
--- a/src/router/routes/modules/zy/zy.ts
+++ b/src/router/routes/modules/zy/zy.ts
@@ -62,6 +62,14 @@ const zuoye: AppRouteModule = {
title: '公告',
},
},
+ {
+ path: 'jiaoXueDanYuanNeiRong',
+ name: 'jiaoXueDanYuanNeiRong',
+ component: () => import('/@/views/zy/jiaoXueDanYuanNeiRong/index.vue'),
+ meta: {
+ title: '教学单元内容',
+ },
+ },
{
path: 'dqkcWenjuan',
@@ -71,7 +79,7 @@ const zuoye: AppRouteModule = {
title: '当前问卷',
},
},
-
+
]
}
diff --git a/src/views/site/renKeJiaoCheng/checkKecheng/dqxqkcMenu.vue b/src/views/site/renKeJiaoCheng/checkKecheng/dqxqkcMenu.vue
index a30b583..da7f20b 100644
--- a/src/views/site/renKeJiaoCheng/checkKecheng/dqxqkcMenu.vue
+++ b/src/views/site/renKeJiaoCheng/checkKecheng/dqxqkcMenu.vue
@@ -11,7 +11,7 @@
教学内容
课程介绍
公告
- 教学单元内容
+ 教学单元内容
测验/作业
@@ -71,10 +71,14 @@
}else if(zytype=='gonggao'){
href = "/zy/tuGonggao";
}
-
+
router.push({path:href,query: {rwbh,xqxn,type}});
}
+ function gotoPageByName(name) {
+ router.push({ name, query: { rwbh, xqxn, type } });
+ }
+
//进入就加载
onMounted(() => {
console.log('rwbh:',rwbh);
diff --git a/src/views/zy/jiaoXueDanYuanNeiRong/index.vue b/src/views/zy/jiaoXueDanYuanNeiRong/index.vue
new file mode 100644
index 0000000..6243f93
--- /dev/null
+++ b/src/views/zy/jiaoXueDanYuanNeiRong/index.vue
@@ -0,0 +1,249 @@
+
+
+
+
+
+
+ addOne
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 视频
+ 文档
+ 富文本
+ 随堂测试
+ 讨论
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确定
+
+
+
+
+
+
+
+
+
+
+
+