|
@@ -38,8 +38,9 @@ service.interceptors.response.use(
|
|
type: 'warning'
|
|
type: 'warning'
|
|
}
|
|
}
|
|
).then(() => {
|
|
).then(() => {
|
|
- sessionStorage.clear()
|
|
|
|
- localStorage.clear()
|
|
|
|
|
|
+ // sessionStorage.clear()
|
|
|
|
+ // localStorage.clear()
|
|
|
|
+ localStorage.removeItem('AJReportToken')
|
|
window.location.href = "/";
|
|
window.location.href = "/";
|
|
})
|
|
})
|
|
}
|
|
}
|