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