From e989421722e522f4879a354a15ba14912d7acaaa Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期五, 24 二月 2023 16:49:38 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/scienceexperimentweb

---
 src/api/login/index.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/login/index.ts b/src/api/login/index.ts
index dceecdf..d0e6b48 100644
--- a/src/api/login/index.ts
+++ b/src/api/login/index.ts
@@ -18,8 +18,8 @@
         // v1
         signOut: () => {
             return request({
-                url: import.meta.env.VITE_API_URL + '/auth/logout',
-                method: 'post'
+                url: import.meta.env.VITE_API_URL + '/account/auth/logout',
+                method: 'get'
             });
         },
         // 更改密码

--
Gitblit v1.9.2