style: delete console.log
This commit is contained in:
parent
27979dc6de
commit
49a6bfe9d8
|
@ -61,7 +61,6 @@ export default defineComponent({
|
||||||
props.menuSelect(index)
|
props.menuSelect(index)
|
||||||
}
|
}
|
||||||
// 自定义事件
|
// 自定义事件
|
||||||
console.log(index)
|
|
||||||
if (isUrl(index)) {
|
if (isUrl(index)) {
|
||||||
window.open(index)
|
window.open(index)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue