diff --git a/src/router/routes/modules/stuzy/stuzy.ts b/src/router/routes/modules/stuzy/stuzy.ts
new file mode 100644
index 0000000..db84bef
--- /dev/null
+++ b/src/router/routes/modules/stuzy/stuzy.ts
@@ -0,0 +1,29 @@
+import type { AppRouteModule } from '/@/router/types';
+
+// import { LAYOUT } from '/@/router/constant';
+import { t } from '/@/hooks/web/useI18n';
+
+const stuzy: AppRouteModule = {
+ path: '/stuzy',
+ name: 'stuzy',
+ component: () => import('/@/views/site/studentWdkc/studentMain.vue'),
+ redirect: '/stuzy/studentMain',
+ meta: {
+ isAddStaticPath: true,//是否静态引入(不用配置menu表)
+ orderNo: 104,
+ title: '学生作业',
+ },
+ children: [
+ {
+ path: 'studentMain',
+ name: 'studentMain',
+ meta: {
+ title: '作业管理',
+ },
+ component: () => import('/@/views/site/renKeJiaoCheng/checkKecheng/dqxqkcDetail.vue'),
+ },
+
+ ]
+}
+
+export default stuzy;
diff --git a/src/views/site/studentWdkc/studentMain.vue b/src/views/site/studentWdkc/studentMain.vue
new file mode 100644
index 0000000..d65dab9
--- /dev/null
+++ b/src/views/site/studentWdkc/studentMain.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/site/studentWdkc/studentMenu.vue b/src/views/site/studentWdkc/studentMenu.vue
new file mode 100644
index 0000000..e8c19b2
--- /dev/null
+++ b/src/views/site/studentWdkc/studentMenu.vue
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+ 课程介绍
+ 教学大纲
+ 常见问题
+
+
+ 公告
+
+
+ 教学日历
+
+
+ 测验/作业
+ 当前作业
+ 历史作业
+
+
+ 课堂调查
+
+
+ 讨论区
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file