added seeder

added user to return role
This commit is contained in:
jack
2018-05-07 17:38:31 +08:00
parent 3373524bc1
commit 8da0cbceec
7 changed files with 238 additions and 20 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export default [
{ path: 'password', name: 'settings.password', component: SettingsPassword }
] },
{ path: '/admin', name: 'home', component: Home },
{ path: '/admin', name: 'admin.home', component: Admin },
{ path: '*', component: NotFound }
]