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>