This commit is contained in:
X1627315083
2024-09-13 12:43:51 +08:00
parent 2972b6129f
commit 5fa1c7b9d1

View File

@@ -437,7 +437,7 @@ export default defineComponent({
}; };
Https.axiosPost(Https.httpUrls.accountIsLogin, data).then((rv) => { Https.axiosPost(Https.httpUrls.accountIsLogin, data).then((rv) => {
if (!rv) { if (!rv) {
this.$router.replace("/login"); this.$router.replace("/");
} }
}); });
}, },