소스 검색

chore: update

xiaoxian521 2 년 전
부모
커밋
035ac47b39
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/layout/hooks/useNav.ts

+ 0 - 3
src/layout/hooks/useNav.ts

@@ -73,9 +73,6 @@ export function useNav() {
     storageSession.removeItem("info");
     router.push("/login");
     resetRouter();
-    setTimeout(() => {
-      console.log("----", router.options.routes, router.getRoutes());
-    }, 3000);
   }
 
   function backHome() {