From d8eda80eaf2f328ed43dc4f5c783b7dee5a4092c Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期六, 12 十月 2024 17:39:39 +0800
Subject: [PATCH] 1. 新增巡查计划功能(待完成); 2. 完成任务的各场景下的分别移除和添加;

---
 src/router/index.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 747a2cd..c56817d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -64,7 +64,7 @@
     name: 'taskmanage',
     path: '/fysp/task/manage',
     component: () => import('@/views/fysp/task/TaskManage.vue'),
-    meta: { keepAlive: false }
+    meta: { keepAlive: true }
   },
   {
     //鐩戠浠诲姟鍦烘櫙缂栬緫
@@ -73,6 +73,12 @@
     component: () => import('@/views/fysp/task/MonitorObjEdit.vue')
   },
   {
+    //鐩戠浠诲姟璁″垝缂栬緫
+    name: 'monitorPlanEdit',
+    path: '/fysp/task/plan/edit',
+    component: () => import('@/views/fysp/task/MonitorPlanEdit.vue')
+  },
+  {
     //闂瀹℃牳
     name: 'procheck',
     path: '/fysp/procheck',

--
Gitblit v1.9.3