Browse Source

chore: update

xiaoxian521 2 năm trước cách đây
mục cha
commit
035ac47b39
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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() {