edit
This commit is contained in:
@ -19,7 +19,8 @@ const alainConfig: AlainConfig = {
|
||||
},
|
||||
sf: { button: { search: '查询' } },
|
||||
pageHeader: { homeI18n: 'home', recursiveBreadcrumb: true },
|
||||
auth: { login_url: '/dashboard' }
|
||||
auth: { login_url: '/passport/login' },
|
||||
acl: { guard_url: '/' }
|
||||
};
|
||||
|
||||
const alainModules = [AlainThemeModule.forRoot(), DelonACLModule.forRoot()];
|
||||
|
||||
Reference in New Issue
Block a user