Skip to content

Commit

Permalink
style: delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong502431556 committed Feb 22, 2022
1 parent 27979dc commit 49a6bfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Menu/src/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export default defineComponent({
props.menuSelect(index)
}
// 自定义事件
console.log(index)
if (isUrl(index)) {
window.open(index)
} else {
Expand Down

0 comments on commit 49a6bfe

Please sign in to comment.