This commit is contained in:
潘晓云
2022-03-09 14:18:56 +08:00
parent 647d42690c
commit 957a66254f
4 changed files with 126 additions and 36 deletions

View File

@ -72,7 +72,7 @@ const routes: Routes = [
path: 'download',
loadChildren: () => import('./download/download.module').then(m => m.DownloadModule)
}
{ path: 'account-management', loadChildren: () => import('./account-management/account-management.module').then((m) => m.AccountManagementModule) },]
]
},
// passport
{ path: '', loadChildren: () => import('./passport/passport.module').then(m => m.PassportModule) },
@ -92,4 +92,4 @@ const routes: Routes = [
],
exports: [RouterModule]
})
export class RouteRoutingModule {}
export class RouteRoutingModule { }