From 90ee327fa2dfb081435e5eae1cb5bdc0129c7142 Mon Sep 17 00:00:00 2001 From: xioayue Date: Tue, 27 Jun 2023 17:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=B0=83=E8=AF=95log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index e5fe1c1..92d9497 100644 --- a/src/App.vue +++ b/src/App.vue @@ -47,7 +47,6 @@ export default { const seconds = ('0' + this.date.getSeconds()).slice(-2); this.curtime = `${hours}:${minutes}:${seconds}` this.nowtime = `${year}.${month}.${day} `+ cweeks[wday]; - console.log(this.nowtime) }, mounted() { this.getTimespan();