@@ -9,7 +9,7 @@ export const authGuard = (to: RouteLocationNormalized) => {
message.error('登录失效,请重新登录')
return {
name: 'login',
- query: { redirect: to.fullPath },
+ // query: { redirect: to.fullPath },
}