diff --git a/src/router/routes/modules/stuzy/stuzy.ts b/src/router/routes/modules/stuzy/stuzy.ts index c017578..e1de63d 100644 --- a/src/router/routes/modules/stuzy/stuzy.ts +++ b/src/router/routes/modules/stuzy/stuzy.ts @@ -78,6 +78,14 @@ const stuzy: AppRouteModule = { title: '讨论区', }, }, + { + path: 'zyhp', + name: 'zyhp', + component: () => import('/@/views/zy/zyInfoStudentHp/ZyInfoStudentHpList.vue'), + meta: { + title: '作业互评', + }, + }, ] } diff --git a/src/views/site/studentWdkc/studentMenu.vue b/src/views/site/studentWdkc/studentMenu.vue index 09aac40..fad7fd6 100644 --- a/src/views/site/studentWdkc/studentMenu.vue +++ b/src/views/site/studentWdkc/studentMenu.vue @@ -19,6 +19,9 @@ 课程作业 + 课程测验 @@ -112,6 +115,8 @@ href = "/stuzy/StudentGonggaoList"; }else if(zytype=='tlq'){//讨论区 href = "/stuzy/stuTlq"; + }else if(zytype=='zyhp'){//作业互评 + href = "/stuzy/zyhp"; }else if(zytype == 'stuJiaoXueDanYuanNeiRong'){//教学单元内容 router.push({ name: 'stuJiaoXueDanYuanNeiRong', query: { rwbh,xqxn,type,teano } }); return; diff --git a/src/views/zy/zyInfo/ZyInfoV2List.vue b/src/views/zy/zyInfo/ZyInfoV2List.vue index e386806..d400515 100644 --- a/src/views/zy/zyInfo/ZyInfoV2List.vue +++ b/src/views/zy/zyInfo/ZyInfoV2List.vue @@ -30,7 +30,7 @@