2024-05-09 22:25:24 +08:00
|
|
|
|
import type { AppRouteModule } from '/@/router/types';
|
|
|
|
|
|
|
|
|
|
// import { LAYOUT } from '/@/router/constant';
|
|
|
|
|
import { t } from '/@/hooks/web/useI18n';
|
2024-05-13 23:04:21 +08:00
|
|
|
|
|
2024-05-09 22:25:24 +08:00
|
|
|
|
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: '作业管理',
|
|
|
|
|
},
|
2024-05-15 11:22:43 +08:00
|
|
|
|
component: () => import('/@/views/site/studentWdkc/studentZyxx.vue'),
|
2024-05-09 22:25:24 +08:00
|
|
|
|
},
|
2024-05-10 20:01:34 +08:00
|
|
|
|
{
|
|
|
|
|
path: 'studentDqzy',
|
|
|
|
|
name: 'studentDqzy',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '当前作业',
|
|
|
|
|
},
|
2024-07-23 15:24:38 +08:00
|
|
|
|
component: () => import('/@/views/zy/zyInfo/StudentZyInfoMainList.vue'),
|
2024-05-10 20:01:34 +08:00
|
|
|
|
},
|
2024-08-19 08:37:20 +08:00
|
|
|
|
{
|
|
|
|
|
path: 'studentQmks',
|
|
|
|
|
name: 'studentQmks',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '期末考试',
|
|
|
|
|
},
|
|
|
|
|
component: () => import('/@/views/zy/zyInfo/StudentZyInfoQmksMainList.vue'),
|
|
|
|
|
},
|
2024-05-10 20:01:34 +08:00
|
|
|
|
{
|
|
|
|
|
path: 'studentLszy',
|
|
|
|
|
name: 'studentLszy',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '历史作业',
|
|
|
|
|
},
|
|
|
|
|
component: () => import('/@/views/zy/zyInfo/SutdentZyInfoHistoryList.vue'),
|
|
|
|
|
},
|
2024-05-13 23:04:21 +08:00
|
|
|
|
{
|
|
|
|
|
path: 'stuCeshiWenjuan',
|
|
|
|
|
name: 'stuCeshiWenjuan',
|
2024-07-23 15:24:38 +08:00
|
|
|
|
component: () => import('/@/views/kc/wjxCswj/WjxCswjStuMainList.vue'),
|
2024-05-13 23:04:21 +08:00
|
|
|
|
meta: {
|
|
|
|
|
title: '测试问卷',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'stuDcwjWenjuan',
|
|
|
|
|
name: 'stuDcwjWenjuan',
|
2024-07-23 15:24:38 +08:00
|
|
|
|
component: () => import('/@/views/kc/wjxDcwj/WjxDcwjStuMainList.vue'),
|
2024-05-13 23:04:21 +08:00
|
|
|
|
meta: {
|
|
|
|
|
title: '调查问卷',
|
|
|
|
|
},
|
|
|
|
|
},
|
2024-05-15 11:22:43 +08:00
|
|
|
|
{
|
|
|
|
|
path: 'StudentGonggaoList',
|
|
|
|
|
name: 'StudentGonggaoList',
|
|
|
|
|
component: () => import('/@/views/zy/zyGonggao/StudentGonggaoList.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '通知公告',
|
|
|
|
|
},
|
|
|
|
|
},
|
2024-05-21 08:41:13 +08:00
|
|
|
|
{
|
|
|
|
|
path: 'stuJiaoXueDanYuanNeiRong',
|
|
|
|
|
name: 'stuJiaoXueDanYuanNeiRong',
|
|
|
|
|
component: () => import('/@/views/zy/jiaoXueDanYuanNeiRong/stuIndex.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '教学单元内容',
|
|
|
|
|
},
|
|
|
|
|
},
|
2024-05-20 23:01:32 +08:00
|
|
|
|
{
|
|
|
|
|
path: 'stuTlq',
|
|
|
|
|
name: 'stuTlq',
|
|
|
|
|
component: () => import('/@/views/zy/zyTlq/StuZyTlqList.vue'),
|
|
|
|
|
meta: {
|
2024-06-18 19:48:24 +08:00
|
|
|
|
title: '讨论区',
|
2024-05-20 23:01:32 +08:00
|
|
|
|
},
|
|
|
|
|
},
|
2024-07-30 20:39:43 +08:00
|
|
|
|
{
|
|
|
|
|
path: 'zyhp',
|
|
|
|
|
name: 'zyhp',
|
2024-08-01 08:35:49 +08:00
|
|
|
|
component: () => import('/@/views/zy/zyInfoStudentHp/ZyhpMainList.vue'),
|
2024-07-30 20:39:43 +08:00
|
|
|
|
meta: {
|
|
|
|
|
title: '作业互评',
|
|
|
|
|
},
|
|
|
|
|
},
|
2024-08-02 10:55:54 +08:00
|
|
|
|
{
|
|
|
|
|
path: 'zyhpDetail',
|
|
|
|
|
name: 'zyhpDetail',
|
|
|
|
|
component: () => import('/@/views/zy/zyInfoStudentHp/ZyInfoStudentHpMyhpfsDetailList.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '作业互评结果',
|
|
|
|
|
},
|
|
|
|
|
},
|
2024-05-21 08:41:13 +08:00
|
|
|
|
|
2024-05-09 22:25:24 +08:00
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export default stuzy;
|