添加菜单页路由
This commit is contained in:
@@ -16,6 +16,22 @@ const pagesRoutes: Routes = [
|
||||
{
|
||||
path:'main',
|
||||
loadChildren:'./main/main.module#MainModule'
|
||||
},
|
||||
{
|
||||
path:'season',
|
||||
loadChildren:'./seasonal-plan/seasonal-plan.module#SeasonalPlanModule'
|
||||
},
|
||||
{
|
||||
path:'history',
|
||||
loadChildren:'./historical-data/historical-data.module#HistoricalDataModule'
|
||||
},
|
||||
{
|
||||
path:'basic',
|
||||
loadChildren:'./basic-data/basic-data.module#BasicDataModule'
|
||||
},
|
||||
{
|
||||
path:'system',
|
||||
loadChildren:'./system-management/system-management.module#SystemManagementModule'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user