From 24f51f6cf5021debd8a9ab95e9782e8d41cca022 Mon Sep 17 00:00:00 2001 From: xiaoxin <718949661@qq.com> Date: Tue, 26 Nov 2024 11:30:16 +0800 Subject: [PATCH] =?UTF-8?q?#IB71WC=20=E5=89=8D=E7=AB=AF=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=20404=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../maxkey-web-app/src/environments/environment.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts b/maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts index c33e07454..6ee036046 100644 --- a/maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts +++ b/maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts @@ -27,8 +27,8 @@ export const environment = { production: false, useHash: true, api: { - //baseUrl: 'http://localhost:9527/sign/', - baseUrl: '/sign/', + baseUrl: 'http://localhost:9527/sign/', + // baseUrl: '/sign/', refreshTokenEnabled: true, refreshTokenType: 're-request' },