patches v1.3.2 #71
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,9 @@ http.interceptors.response.use(
|
|||
.then(() => {
|
||||
return http(originalRequest);
|
||||
})
|
||||
.catch(() => {});
|
||||
.catch(() => {
|
||||
router.push({ name: "login" });
|
||||
});
|
||||
}
|
||||
|
||||
const notificationStore = useNotificationStore();
|
||||
|
|
Loading…
Add table
Reference in a new issue