guhongwei 2 년 전
부모
커밋
a336d3ff2b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/homeIndex.vue

+ 0 - 1
src/views/homeIndex.vue

@@ -50,7 +50,6 @@ const search = async () => {
   }
 };
 const toPath = (e) => {
-  console.log(e.path);
   router.push({ path: `${e.path}` });
 };
 </script>