This commit is contained in:
Taric Xin
2022-02-11 10:52:44 +08:00
parent 079e222ca9
commit e2ef3366a9
11 changed files with 31 additions and 60 deletions

View File

@ -20,7 +20,7 @@ const alainConfig: AlainConfig = {
sf: { button: { search: '查询' } },
pageHeader: { homeI18n: 'home', recursiveBreadcrumb: true },
auth: { login_url: '/passport/login' },
acl: { guard_url: '/' }
acl: { guard_url: '/exception/403' }
};
const alainModules = [AlainThemeModule.forRoot(), DelonACLModule.forRoot()];