hookehuyr

🐞 fix: 授权重定向地址优化

...@@ -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 });
......