fengxiang
2017-12-27 e8c0a91458bf36db6b20bf2abd9a035d8ca466f9
src/app/routes/routes.ts
@@ -10,7 +10,7 @@
        path: '',
        component: LayoutComponent,
        children: [
            { path: '', redirectTo: 'dashboard/v1', pathMatch: 'full' },
            { path: '', redirectTo: 'dashboard/analysis', pathMatch: 'full' },
            { path: 'dashboard', redirectTo: 'dashboard/v1', pathMatch: 'full' },
            { path: 'users', loadChildren: './users/users.module#UsersModule' },