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 @@
+
+
+
+
+ 返回首页
+
+
+
+