Browse Source

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

pull/5466/head
Netfan 1 year ago
committed by GitHub
parent
commit
cb7c0ecaa2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/backend-mock/utils/mock-data.ts

2
apps/backend-mock/utils/mock-data.ts

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

Loading…
Cancel
Save