Commit d803d1796335906d1e5716c4071f2a6c1736a680

Authored by loveumiko
1 parent c735ab59

fix: 删除console

@@ -121,7 +121,6 @@ @@ -121,7 +121,6 @@
121 isClickGo.value = false; 121 isClickGo.value = false;
122 return; 122 return;
123 } 123 }
124 - console.log(route);  
125 124
126 let { flag, path } = useMenuActiveFix(route || unref(currentRoute)); 125 let { flag, path } = useMenuActiveFix(route || unref(currentRoute));
127 path = flag ? path : (route || unref(currentRoute)).path; 126 path = flag ? path : (route || unref(currentRoute)).path;