guhongwei 2 năm trước cách đây
mục cha
commit
a336d3ff2b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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>