fix: menu data for backend mode fixed (#5465)

master
Netfan 11 months ago committed by GitHub
parent e225159cce
commit cb7c0ecaa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -58,7 +58,7 @@ const dashboardMenus = [
title: 'page.dashboard.title', title: 'page.dashboard.title',
}, },
name: 'Dashboard', name: 'Dashboard',
path: '/', path: '/dashboard',
redirect: '/analytics', redirect: '/analytics',
children: [ children: [
{ {

Loading…
Cancel
Save