Explorar el Código

chore: update

xiaoxian521 hace 2 años
padre
commit
035ac47b39
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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() {