|
@ -173,7 +173,8 @@ export default { |
|
|
location.href = href; |
|
|
location.href = href; |
|
|
} else { |
|
|
} else { |
|
|
localStorage.removeItem("thePageAtExit"); |
|
|
localStorage.removeItem("thePageAtExit"); |
|
|
this.$router.replace({ name: "main" }); |
|
|
const redirect = this.$route.query.redirect || '/' |
|
|
|
|
|
this.$router.replace(redirect); |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
// 获取公钥 |
|
|
// 获取公钥 |
|
|