删除无用的console输出

This commit is contained in:
haiyangcui
2020-11-05 22:15:05 +01:00
committed by buvta
parent 459a54382f
commit e60962a0f5

View File

@@ -1150,7 +1150,6 @@ export default {
shortcut.all().then(res => {
this.right.type = 'shortcut'
this.right.shortcut = res
console.log(res)
})
}
},