Skip to content

Commit

Permalink
fix: oauth navigarion
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Oct 8, 2022
1 parent 89bdd99 commit 0ca3b9b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/views/dashboard/workbench/components/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ export const navItems: NavItem[] = [
color: '#4daf1bc9',
redirect: '/api',
},
{
title: 'routes.system.dictionaryManagementTitle',
icon: 'ant-design:book-outlined',
color: '#cc00ff',
redirect: '/dictionary',
},
{
title: 'routes.system.oauthManagement',
icon: 'ant-design:unlock-filled',
color: '#0099ff',
redirect: '/oauth',
},
// {
// title: 'routes.system.fileManagementTitle',
// icon: 'akar-icons:folder',
Expand Down

0 comments on commit 0ca3b9b

Please sign in to comment.