会话管理优化

This commit is contained in:
shimingxy
2024-12-03 09:08:09 +08:00
parent 3ab9b80dfd
commit 2237c295df
8 changed files with 32 additions and 29 deletions

View File

@@ -27,7 +27,7 @@ export const environment = {
production: false,
useHash: true,
api: {
baseUrl: 'http://localhost:9526/maxkey-mgt-api',
baseUrl: 'http://mgt.maxkey.top/maxkey-mgt-api',
refreshTokenEnabled: true,
refreshTokenType: 're-request'
},