This commit is contained in:
Taric Xin
2022-01-24 19:58:38 +08:00
9 changed files with 145 additions and 216 deletions

View File

@ -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()];