This commit is contained in:
Tony 2024-06-11 18:10:20 +08:00
parent e5506bab06
commit 752bb4a72b

View File

@ -139,6 +139,7 @@ export const constantRoutes = [
{
path: 'index',
component: () => import('@/views/index'),
redirect: window.location.port === '9405' ? '/template/templateInfo' : false,
name: 'Index',
meta: { title: indexPageName, icon: 'dashboard', affix: true }
}