Skip to content

Commit

Permalink
perf(projects): perf code
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Mar 25, 2024
1 parent 8c7ea23 commit a0bad57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/router/guard/index.ts
Expand Up @@ -2,7 +2,6 @@ import type { Router } from 'vue-router';
import { createRouteGuard } from './route';
import { createProgressGuard } from './progress';
import { createDocumentTitleGuard } from './title';
// import { createPermissionGuard } from './permission';

/**
* Router guard
Expand All @@ -12,6 +11,5 @@ import { createDocumentTitleGuard } from './title';
export function createRouterGuard(router: Router) {
createProgressGuard(router);
createRouteGuard(router);
// createPermissionGuard(router);
createDocumentTitleGuard(router);
}

0 comments on commit a0bad57

Please sign in to comment.