From b42942dd9ddc664bb7f11d2b6fcbea5556c7c448 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Wed, 9 Oct 2024 18:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E4=BC=B0=E9=A1=B5=E9=9D=A2=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/investigat/InvestigatPage.vue | 2 +- src/views/nottask/NotProject2.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/investigat/InvestigatPage.vue b/src/views/investigat/InvestigatPage.vue index 5b45197..3a0a4c6 100644 --- a/src/views/investigat/InvestigatPage.vue +++ b/src/views/investigat/InvestigatPage.vue @@ -302,7 +302,7 @@ const { data } = useRequest( targetId: infoId ? infoId : 0, }, (e) => { - if (e.code === 6) { + if (e.code === 10) { router.push({ path: "/NotProject2", }); diff --git a/src/views/nottask/NotProject2.vue b/src/views/nottask/NotProject2.vue index 0580d56..eb6e63d 100644 --- a/src/views/nottask/NotProject2.vue +++ b/src/views/nottask/NotProject2.vue @@ -7,7 +7,7 @@ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE -->