mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 00:42:12 +08:00
feat(user): add user login expiration example
This commit is contained in:
@@ -6,7 +6,9 @@ const menu: MenuModule = {
|
||||
menu: {
|
||||
name: t('routes.demo.feat.feat'),
|
||||
path: '/feat',
|
||||
|
||||
tag: {
|
||||
dot: true,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'icon',
|
||||
@@ -16,6 +18,13 @@ const menu: MenuModule = {
|
||||
path: 'ws',
|
||||
name: t('routes.demo.feat.ws'),
|
||||
},
|
||||
{
|
||||
name: t('routes.demo.feat.sessionTimeout'),
|
||||
path: 'session-timeout',
|
||||
tag: {
|
||||
content: 'new',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'tabs',
|
||||
name: t('routes.demo.feat.tabs'),
|
||||
|
Reference in New Issue
Block a user