From c5488b34876f863558219f998e75c798c34af3cd Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 16 一月 2024 22:10:32 +0800
Subject: [PATCH] 修改标题错误

---
 src/router/index.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 874eba9..b79cfb8 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -74,9 +74,9 @@
         component: () => import('@/container/deviceType/index')
       },
       {
-        path: 'devicemaintenance',
-        name: 'devicemaintenance',
-        component: () => import('@/container/devicemaintenance/index')
+        path: 'machineList',
+        name: 'machineList',
+        component: () => import('@/container/machineList/index')
       },
       {
         path: 'preview',

--
Gitblit v1.9.3