From e60962a0f5184cde215958400e3986ee660a36ce Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Thu, 5 Nov 2020 22:15:05 +0100 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84co?= =?UTF-8?q?nsole=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index b8b8888..736260d 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -1150,7 +1150,6 @@ export default { shortcut.all().then(res => { this.right.type = 'shortcut' this.right.shortcut = res - console.log(res) }) } },