From fa1da782679bc912f2088021c1ec18f535d183a7 Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Thu, 9 May 2024 22:25:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=A6=E7=94=9F=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/routes/modules/stuzy/stuzy.ts | 29 ++++++
src/views/site/studentWdkc/studentMain.vue | 84 +++++++++++++++
src/views/site/studentWdkc/studentMenu.vue | 114 +++++++++++++++++++++
3 files changed, 227 insertions(+)
create mode 100644 src/router/routes/modules/stuzy/stuzy.ts
create mode 100644 src/views/site/studentWdkc/studentMain.vue
create mode 100644 src/views/site/studentWdkc/studentMenu.vue
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