feat: add tag display to the menu

This commit is contained in:
vben
2020-11-10 23:16:42 +08:00
parent 4baf90a5c8
commit a3887f8cd9
5 changed files with 76 additions and 2 deletions

View File

@@ -4,10 +4,16 @@ const menu: MenuModule = {
menu: {
name: 'Dashboard',
path: '/dashboard',
// tag: {
// dot: true,
// },
children: [
{
path: '/workbench',
name: '工作台',
// tag: {
// content: 'new',
// },
},
{
path: '/analysis',