xufenglei
2018-01-04 b8e2e1524169d0008accf22f2e796495ad45a378
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' },