...
|
...
|
@@ -46,7 +46,7 @@ export default { |
|
|
});
|
|
|
|
|
|
this.getZkConfig();
|
|
|
if (typeof window !== 'undefined') {
|
|
|
if (typeof window !== 'undefined' && !/Android/i.test(navigator.userAgent)) {
|
|
|
if (window.screen.availHeight - window.innerHeight > 100) {
|
|
|
this.windowHeight = (window.screen.availHeight - 88) + 'px';
|
|
|
} else {
|
...
|
...
|
|