style: remove console.log

This commit is contained in:
h_mo 2023-05-08 22:04:49 +08:00
parent e131ad73be
commit 095dfbbc6f

View File

@ -28,7 +28,6 @@ function createBeforeEachGuard(router: Router) {
function createAfterEachGuard(router: Router) {
router.afterEach((to) => {
console.log('afterEach', to);
// @ts-ignore
if (to && to?.meta?.ignoreAuth) return;
const authStore = useAuthStore();