修改首页默认地址

This commit is contained in:
17630416519 2026-01-10 18:09:54 +08:00
parent ce43dc5975
commit f07c8b7006

View File

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