mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-25 01:14:06 +01:00
parent
0beef0b8a9
commit
ec0e5aa673
5 changed files with 20 additions and 21 deletions
|
|
@ -245,20 +245,18 @@ export const PAGES_MENU = [
|
|||
},
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
path: ['/login'],
|
||||
data: {
|
||||
menu: {
|
||||
title: 'Login',
|
||||
url: '#/login'
|
||||
title: 'Login'
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '',
|
||||
path: ['/register'],
|
||||
data: {
|
||||
menu: {
|
||||
title: 'Register',
|
||||
url: '#/register'
|
||||
title: 'Register'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue