mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-06 03:58:03 +08:00
style: remove console.log
This commit is contained in:
parent
e131ad73be
commit
095dfbbc6f
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user