From e38ea524ec4107ed7f8b1d7491a4177632dd3402 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 15 十月 2024 11:26:26 +0800 Subject: [PATCH] 部分代码修正 --- 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