From 644b1edaa9f035175be6c84c4e8dcb5415a3e610 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Wed, 9 Oct 2024 19:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E4=BC=B0=E9=A1=B5=E9=9D=A2=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/investigat/InvestigatPage.vue | 5 +++++ src/views/nottask/NotProject3.vue | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 src/views/nottask/NotProject3.vue diff --git a/src/views/investigat/InvestigatPage.vue b/src/views/investigat/InvestigatPage.vue index 3a0a4c6..f0d66f8 100644 --- a/src/views/investigat/InvestigatPage.vue +++ b/src/views/investigat/InvestigatPage.vue @@ -302,6 +302,11 @@ const { data } = useRequest( targetId: infoId ? infoId : 0, }, (e) => { + if (e.code === 9) { + router.push({ + path: "/NotProject3", + }); + } if (e.code === 10) { router.push({ path: "/NotProject2", diff --git a/src/views/nottask/NotProject3.vue b/src/views/nottask/NotProject3.vue new file mode 100644 index 0000000..a15f924 --- /dev/null +++ b/src/views/nottask/NotProject3.vue @@ -0,0 +1,21 @@ + + +