账户管理

This commit is contained in:
潘晓云
2022-03-09 14:08:38 +08:00
parent caa7dac493
commit 647d42690c
7 changed files with 106 additions and 15 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) },