orgin/master #1

Merged
uniccoo merged 257 commits from orgin/master into master 2024-06-18 15:49:12 +00:00
Showing only changes of commit 095dfbbc6f - Show all commits

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();