refactor(app): permit to use PathLocationStrategy

close #258
This commit is contained in:
tibing 2016-10-19 17:21:25 +03:00
parent 0beef0b8a9
commit ec0e5aa673
5 changed files with 20 additions and 21 deletions

View file

@ -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'
}
}
}