From b7f29bd8f1f0070c46e8187f41f2737f9d817b1b Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期五, 01 三月 2024 14:37:55 +0800 Subject: [PATCH] 超限报警设备编号条件查询 --- src/config/router.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/config/router.config.js b/src/config/router.config.js index 464cfb8..f35fe1f 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -372,7 +372,7 @@ ] }, { - path:'/workshopSignage/:workshopId', + path:'/workshopSignage/:id', component:()=>import('@/views/WorkshopSignage.vue') }, { -- Gitblit v1.9.3