mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 17:46:02 +08:00
Move front end app to core/app/shell
- Move views, fields and themes into src
This commit is contained in:
parent
d33af10fb1
commit
b12d7a57f8
922 changed files with 51 additions and 109 deletions
|
@ -54,7 +54,7 @@ export class AppInit {
|
|||
|
||||
routes.push({
|
||||
path: 'Login',
|
||||
loadChildren: () => import('../../views/login/components/login/login.module').then(m => m.LoginUiModule),
|
||||
loadChildren: () => import('@views/login/components/login/login.module').then(m => m.LoginUiModule),
|
||||
canActivate: [LoginAuthGuard],
|
||||
runGuardsAndResolvers: 'always',
|
||||
resolve: {
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue