沈斌
2017-12-22 2c8b7ad8f9e31970cc2b7596f2b678bdf8292069
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' },