解决登录token的bug,移除refreshtoken
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user