From 540d1e01e733cc75256a581571dabf079595a0da Mon Sep 17 00:00:00 2001 From: unknown <18119604035@163.com> Date: Sat, 29 Jul 2023 15:37:18 +0800 Subject: [PATCH] =?UTF-8?q?http=E5=A4=87=E6=B3=A8=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/internal/httpClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/internal/httpClient.ts b/src/api/internal/httpClient.ts index a029412..8c75dee 100644 --- a/src/api/internal/httpClient.ts +++ b/src/api/internal/httpClient.ts @@ -8,7 +8,7 @@ const GoLogin = () => { }; const GoError = () => { - // window.location.href = "/error"; + window.location.href = "/error"; }; export class HttpClient {