Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-09-10 11:43:00 +07:00
commit e9f9690c51

View file

@ -87,8 +87,6 @@ router.beforeEach(async (to, from, next) => {
if (!checkAuthen && to.meta.Auth) {
router.push({ name: "loginMain" });
}
} else {
next();
}
next();
});