From 1f493f082065ad039ac7cbb85c2af3114cb33a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B4=9B=E5=B8=8C=E9=9B=85?= Date: Sat, 27 Apr 2024 00:31:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=99=BB=E5=BD=95=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/user.ts b/src/api/user.ts index 2b804df..71e8ab4 100644 --- a/src/api/user.ts +++ b/src/api/user.ts @@ -36,7 +36,7 @@ export async function login(data): Promise { // 此登录请求走https接口 return request({ baseURL: 'https://www.lolosia.top/home/api/', - url: '/logout', + url: '/login', method: 'post', responseType: 'json', data