diff --git a/src/views/investigat/InvestigatPage.vue b/src/views/investigat/InvestigatPage.vue index 30f2ef8..f581f21 100644 --- a/src/views/investigat/InvestigatPage.vue +++ b/src/views/investigat/InvestigatPage.vue @@ -280,7 +280,12 @@ const { data } = useRequest( type, chapterOrStageId, targetId: infoId ? infoId : 0, - }, + },(res)=>{ + if (res.code === 6) { + router.push({ + path: "/NotProject2", + }); + } }, (e) => { useRequest( checkStudentExist, diff --git a/src/views/nottask/NotProject2.vue b/src/views/nottask/NotProject2.vue new file mode 100644 index 0000000..0580d56 --- /dev/null +++ b/src/views/nottask/NotProject2.vue @@ -0,0 +1,21 @@ + + +