mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 15:41:32 +08:00
chore: detail optimization
This commit is contained in:
@@ -45,6 +45,20 @@ const menu: MenuModule = {
|
||||
path: '/full-screen',
|
||||
name: '全屏',
|
||||
},
|
||||
{
|
||||
path: '/testTab',
|
||||
name: '带参Tab',
|
||||
children: [
|
||||
{
|
||||
path: '/id1',
|
||||
name: '带参tab1',
|
||||
},
|
||||
{
|
||||
path: '/id2',
|
||||
name: '带参tab2',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user