解决登录token的bug,移除refreshtoken

This commit is contained in:
2026-02-10 21:20:21 +08:00
parent 7aa428d932
commit 2248d51887
3 changed files with 7 additions and 69 deletions
-5
View File
@@ -12,11 +12,6 @@ export default {
return await request.post('auth/logout')
},
},
refresh: {
post: async function () {
return await request.post('auth/refresh')
},
},
me: {
get: async function () {
return await request.get('auth/me')