From 4a3a48c3e891ed85000e43ea8c8c5fe1587d1b2d Mon Sep 17 00:00:00 2001 From: zch Date: Tue, 13 May 2025 15:40:33 +0800 Subject: [PATCH] =?UTF-8?q?change(dms):=20=E4=BF=AE=E6=94=B9=E6=B6=A6?= =?UTF-8?q?=E6=BB=91=E5=B7=A5=E5=8D=95=E6=98=8E=E7=BB=86=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将路由路径从 'index/:lubeInstanceId' 修改为 'index/:planMaintId/:planMaintCode' --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index 3e705b5..83913ff 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -342,7 +342,7 @@ export const dynamicRoutes: RouteRecordRaw[] = [ permissions: ['dms:dmsPlanMaint:add'], children: [ { - path: 'index/:lubeInstanceId', + path: 'index/:planMaintId/:planMaintCode', component: () => import('@/views/dms/dmsPlanMaintDetail/index.vue'), name: 'dmsPlanMaintDetail', meta: { title: '润滑工单明细', activeMenu: '/dms/dmsPlanMaint', icon: '' }