Optimize structure
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user