Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -48,7 +48,8 @@ axios.interceptors.response.use( | ... | @@ -48,7 +48,8 @@ axios.interceptors.response.use( |
| 48 | router.replace({ | 48 | router.replace({ |
| 49 | path: '/auth', | 49 | path: '/auth', |
| 50 | query: { | 50 | query: { |
| 51 | - href: router.currentRoute.value.href, | 51 | + // href: router.currentRoute.value.href, |
| 52 | + href: location.hash, | ||
| 52 | userType | 53 | userType |
| 53 | } | 54 | } |
| 54 | }); | 55 | }); | ... | ... |
-
Please register or login to post a comment