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;