From b5d61b944f4822e59bcaf3f825fac1b6683f29e9 Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期二, 02 六月 2020 09:23:17 +0800 Subject: [PATCH] # --- src/main/webapp/views/console.html | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html index 41d6737..90a7739 100644 --- a/src/main/webapp/views/console.html +++ b/src/main/webapp/views/console.html @@ -448,7 +448,6 @@ success: function (res) { if (res.code === 200){ var crns = res.data; - console.log(crns); for (var i = 0; i < crns.length; i++){ crnAnimate(crns[i].crnId, crns[i].offset); } -- Gitblit v1.9.1