代码优化

This commit is contained in:
shimingxy
2025-04-21 10:35:05 +08:00
parent fdd4501d13
commit 243b546a9a
7 changed files with 40 additions and 17 deletions

View File

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