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' } }