This commit is contained in:
liaozetao
2023-10-17 16:25:10 +08:00
parent 881fd6af53
commit 45be789a40

View File

@@ -119,7 +119,7 @@ export default {
adminId: array[0],
username: res.username
});
router.push("/blank");
router.push("/home");
});
} else {
if (data.msg == "4003" || data.msg == "404") {