From cd7740a53429ecf63c9202a88f3dae77266b8587 Mon Sep 17 00:00:00 2001 From: fangxiang Date: Thu, 21 Apr 2022 15:40:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6pad=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/App.vue | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index ed4dcf6..3350475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "media_player_client", - "version": "1.3.5", + "version": "1.4.0", "description": "A Quasar Framework app", "productName": "MediaPlayerClient", "author": "fangxiang ", diff --git a/src/App.vue b/src/App.vue index ae13dbb..e2c4321 100644 --- a/src/App.vue +++ b/src/App.vue @@ -111,8 +111,6 @@ export default defineComponent({ if (window.innerHeight < 600) { // TODO fix android } - console.log(window.innerWidth); - console.log(window.innerHeight); return landspace; }; (window).landspace = landspace;