Optimize structure

This commit is contained in:
Taric Xin
2022-05-11 16:47:27 +08:00
parent 6760f5da45
commit f1fc336850
13 changed files with 27 additions and 46 deletions

View File

@ -83,11 +83,6 @@ const routes: Routes = [
]
},
// passport
{
path: 'agreement',
component: OrderAgreementComponent,
data: { title: '协议', titleI18n: 'app.login.agreement' }
},
{ path: '', loadChildren: () => import('./passport/passport.module').then(m => m.PassportModule) },
{ path: 'exception', loadChildren: () => import('./exception/exception.module').then(m => m.ExceptionModule) },
// 单页不包裹Layout