解决退出问题,测试访问NGINX请用代理

environments update
This commit is contained in:
MaxKey 2022-06-24 11:22:09 +08:00
parent e01ff78c7a
commit c8efbe7a58

View File

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