合并pad分支
This commit is contained in:
parent
07cc68e1e9
commit
cd7740a534
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "media_player_client",
|
"name": "media_player_client",
|
||||||
"version": "1.3.5",
|
"version": "1.4.0",
|
||||||
"description": "A Quasar Framework app",
|
"description": "A Quasar Framework app",
|
||||||
"productName": "MediaPlayerClient",
|
"productName": "MediaPlayerClient",
|
||||||
"author": "fangxiang <fangxiang@cloudview.work>",
|
"author": "fangxiang <fangxiang@cloudview.work>",
|
||||||
|
|
|
@ -111,8 +111,6 @@ export default defineComponent({
|
||||||
if (window.innerHeight < 600) {
|
if (window.innerHeight < 600) {
|
||||||
// TODO fix android
|
// TODO fix android
|
||||||
}
|
}
|
||||||
console.log(window.innerWidth);
|
|
||||||
console.log(window.innerHeight);
|
|
||||||
return landspace;
|
return landspace;
|
||||||
};
|
};
|
||||||
(<any>window).landspace = landspace;
|
(<any>window).landspace = landspace;
|
||||||
|
|
Loading…
Reference in New Issue