|
|
|
@ -4,12 +4,12 @@
|
|
|
|
|
* @Author: sueRimn |
|
|
|
|
* @Date: 2020-10-07 15:00:15 |
|
|
|
|
* @LastEditors: sueRimn |
|
|
|
|
* @LastEditTime: 2020-10-09 14:37:03 |
|
|
|
|
* @LastEditTime: 2020-10-09 15:28:06 |
|
|
|
|
*/ |
|
|
|
|
import { NgModule } from '@angular/core'; |
|
|
|
|
import { Routes, RouterModule } from '@angular/router'; |
|
|
|
|
import { LoginComponent } from './pages/login/login.component'; |
|
|
|
|
import { NavigationComponent } from './navigation/navigation.component'; |
|
|
|
|
//import { NavigationComponent } from './navigation/navigation.component';
|
|
|
|
|
import { LockscreenComponent } from './pages/lockscreen/lockscreen.component'; |
|
|
|
|
import {HomeComponent} from './home/home.component' |
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ import {HomeComponent} from './home/home.component'
|
|
|
|
|
import {AuthGuard} from './auth.guard' |
|
|
|
|
import {MTokenK1Component} from './m-token-k1/m-token-k1.component' //K1秘钥
|
|
|
|
|
import { LuckDrawComponent } from './ui/luck-draw/luck-draw.component'; |
|
|
|
|
|
|
|
|
|
import {ResetComponent} from './ui/reset/reset.component' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const routes: Routes = [ |
|
|
|
@ -34,6 +34,7 @@ const routes: Routes = [
|
|
|
|
|
] |
|
|
|
|
}, */ |
|
|
|
|
{path:'',component:LuckDrawComponent}, |
|
|
|
|
{path:'Reset',component:ResetComponent}, |
|
|
|
|
// {path:'login',
|
|
|
|
|
// component:LoginComponent},
|
|
|
|
|
|
|
|
|
|