From 140ede9177486ef56c4fb4f19832840afea2d096 Mon Sep 17 00:00:00 2001 From: Wangxin Date: Tue, 11 Nov 2025 00:07:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90web=E3=80=91=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ALOps_sys_fe/alops-ui/src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ALOps_sys_fe/alops-ui/src/router/index.js b/ALOps_sys_fe/alops-ui/src/router/index.js index 4c2cee88..db1f1585 100644 --- a/ALOps_sys_fe/alops-ui/src/router/index.js +++ b/ALOps_sys_fe/alops-ui/src/router/index.js @@ -96,7 +96,7 @@ export const dynamicRoutes = [ path: '/inMonitoring/devicesState-detail', component: Layout, hidden: true, - permissions: ['inMonitoring:devicesState:edit'], + permissions: ['inMonitoring:devicesState:detail'], children: [ { path: 'detail/:id',