From 3dfcbda029776b76191c2390366b490a7f1dc298 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 19 Sep 2025 16:22:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E4=BA=A4=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 9959398..f4c3ca9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -179,7 +179,7 @@ export const dynamicRoutes = [ }, /* 档案移交申请详情 */ { - path: '/filesTransfer/apply/detail-data', + path: '/archivesManagement/filesTransfer/apply/detail-data', component: Layout, hidden: true, permissions: ['transfer:apply:query'],