|
|
@@ -65,7 +65,6 @@ service.interceptors.response.use(res => { |
|
|
|
store.dispatch('LogOut').then(() => { |
|
|
|
try { |
|
|
|
const targetPath = window.location.pathname; |
|
|
|
console.log(window.location) |
|
|
|
if(targetPath) |
|
|
|
location.href = '/login?redirect=' + encodeURIComponent(targetPath); |
|
|
|
else |
|
|
|