From 946e0ab6c67a897d6c2311c13bc5a4a27032ff7a Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 25 Jun 2026 15:13:05 +0800
Subject: [PATCH] 中科大支线—环境修改
---
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