diff --git a/src/router/routes/modules/stuzy/stuzy.ts b/src/router/routes/modules/stuzy/stuzy.ts index 131e745..d86cb38 100644 --- a/src/router/routes/modules/stuzy/stuzy.ts +++ b/src/router/routes/modules/stuzy/stuzy.ts @@ -20,7 +20,7 @@ const stuzy: AppRouteModule = { meta: { title: '作业管理', }, - component: () => import('/@/views/site/renKeJiaoCheng/checkKecheng/dqxqkcDetail.vue'), + component: () => import('/@/views/site/studentWdkc/studentZyxx.vue'), }, { path: 'studentDqzy', @@ -54,6 +54,14 @@ const stuzy: AppRouteModule = { title: '调查问卷', }, }, + { + path: 'StudentGonggaoList', + name: 'StudentGonggaoList', + component: () => import('/@/views/zy/zyGonggao/StudentGonggaoList.vue'), + meta: { + title: '通知公告', + }, + }, ] } diff --git a/src/views/site/pjjgPage/studentPjjgTeaList.vue b/src/views/site/pjjgPage/studentPjjgTeaList.vue index 06dc060..9974c15 100644 --- a/src/views/site/pjjgPage/studentPjjgTeaList.vue +++ b/src/views/site/pjjgPage/studentPjjgTeaList.vue @@ -1,8 +1,8 @@