mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2026-04-26 04:04:08 +08:00
style: lint fix
This commit is contained in:
@@ -27,5 +27,7 @@ export async function refreshAccessToken() {
|
||||
try {
|
||||
const res = await api.refreshToken()
|
||||
setToken(res.data.token)
|
||||
} catch (error) {}
|
||||
} catch (error) {
|
||||
console.error(error)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user