fix
This commit is contained in:
@@ -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("/");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user