hookehuyr

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

......@@ -48,7 +48,8 @@ axios.interceptors.response.use(
router.replace({
path: '/auth',
query: {
href: router.currentRoute.value.href,
// href: router.currentRoute.value.href,
href: location.hash,
userType
}
});
......