Skip to content

Commit 49a6bfe

Browse files
style: delete console.log
1 parent 27979dc commit 49a6bfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Menu/src/Menu.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export default defineComponent({
6161
props.menuSelect(index)
6262
}
6363
// 自定义事件
64-
console.log(index)
6564
if (isUrl(index)) {
6665
window.open(index)
6766
} else {

0 commit comments

Comments
 (0)