From f07c8b70060ecf6e3ed6738575f35b01d2b57a9a Mon Sep 17 00:00:00 2001 From: 17630416519 Date: Sat, 10 Jan 2026 18:09:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index cb0a4bd..a87a8c9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -71,7 +71,7 @@ export const constantRoutes = [ children: [ { path: '/index', - component: () => import('@/views/masterDataManagement/Plant/PlantFactorySite'), + component: () => import('@/views/masterDataManagement/Plant/PlantProductlinebody'), name: 'Index', meta: { title: '首页', icon: 'index', affix: true, titleKey: 'menu.home' } }