fix(menu): fix menu split mode problem

This commit is contained in:
vben
2020-12-12 00:46:09 +08:00
parent 6b3195b4ca
commit 1ef49e542d
4 changed files with 7 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ const dashboard: AppRouteModule = {
path: '/dashboard',
name: 'Dashboard',
component: LAYOUT,
redirect: '/dashboard/welcome',
redirect: '/dashboard/workbench',
meta: {
icon: 'bx:bx-home',
title: t('routes.dashboard.dashboard'),