From 679ede97899d73d5a7619091b6ee3b7c881d1627 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期六, 28 六月 2025 10:04:27 +0800 Subject: [PATCH] 修改bug --- laboratory/src/router/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/laboratory/src/router/index.js b/laboratory/src/router/index.js index 7cf4e53..de39690 100644 --- a/laboratory/src/router/index.js +++ b/laboratory/src/router/index.js @@ -763,7 +763,7 @@ meta: { title: "新增实验员工作评定", hide: true, - keepAlive: true, + // keepAlive: true, }, component: () => import("../views/deliveryAssessment/testerWorkerEvaluate/add"), }, -- Gitblit v1.7.1