|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
* @Author: sueRimn |
|
|
|
|
* @Date: 2020-12-24 10:59:48 |
|
|
|
|
* @LastEditors: sueRimn |
|
|
|
|
* @LastEditTime: 2020-12-28 09:10:49 |
|
|
|
|
* @LastEditTime: 2020-12-29 09:29:35 |
|
|
|
|
*/ |
|
|
|
|
import { NgModule } from '@angular/core'; |
|
|
|
|
import { Routes, RouterModule } from '@angular/router'; |
|
|
|
@ -18,6 +18,7 @@ import {OnetwoEntryPlanComponent} from './onetwo-entry-plan/onetwo-entry-plan.co
|
|
|
|
|
const routes: Routes = [ |
|
|
|
|
{ path: 'entryPlan', component: EntryPlanComponent}, |
|
|
|
|
{ path: 'openPlan', component: OpenPlanComponent}, |
|
|
|
|
{ path: 'passPlan1', component: PassPlanComponent}, |
|
|
|
|
{ path: 'passPlan', component: PassPlanComponent}, |
|
|
|
|
{ path: 'entryPlandetail', component: EntryPlanLookComponent}, |
|
|
|
|
{ path: 'webLook', component: WebLookComponent}, |
|
|
|
|