合并pad分支
This commit is contained in:
parent
07cc68e1e9
commit
cd7740a534
|
@ -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>",
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue