From b00c4b56c0698fa35e579b94697516fef53e28bd Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期二, 16 一月 2024 21:07:41 +0800 Subject: [PATCH] 修复设备保养的删除功能 --- src/router/index.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 5676a18..b79cfb8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -40,6 +40,11 @@ component: () => import('@/container/Map/index') }, { + path: 'mapPreview', + name: 'mapPreview', + component: () => import('@/container/mapPreview/index') + }, + { path: 'workshop/:id', name: 'workshop', component: () => import('@/container/workshop/index') @@ -69,6 +74,11 @@ component: () => import('@/container/deviceType/index') }, { + path: 'machineList', + name: 'machineList', + component: () => import('@/container/machineList/index') + }, + { path: 'preview', name: 'preview', component: () => import('@/container/preview/index') -- Gitblit v1.9.3