fix: 修复双Token自动刷新链路
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 53s

This commit is contained in:
2026-02-26 14:46:52 +08:00
parent 8980eeedf5
commit bb4bbfc3fc
4 changed files with 28 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ async function initApplication() {
app: {
accessMode: 'backend',
defaultHomePath: '/dashboard/console',
enableRefreshToken: true,
loginExpiredMode: 'modal',
},
});