合并pad分支

This commit is contained in:
fangxiang 2022-04-21 15:40:07 +08:00
parent 07cc68e1e9
commit cd7740a534
2 changed files with 1 additions and 3 deletions

View File

@ -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 <fangxiang@cloudview.work>",

View File

@ -111,8 +111,6 @@ export default defineComponent({
if (window.innerHeight < 600) {
// TODO fix android
}
console.log(window.innerWidth);
console.log(window.innerHeight);
return landspace;
};
(<any>window).landspace = landspace;