This commit is contained in:
Frank.R.Wu 2021-06-17 00:00:47 +08:00
parent 2f2cf059be
commit e09d11ea2c

View File

@ -125,7 +125,6 @@
} }
</style> </style>
</head> </head>
<body> <body>
@ -722,6 +721,7 @@
<script> <script>
const isBaaS = false
var h = document.body.clientHeight var h = document.body.clientHeight
- $("header").css("height").replace("px", "") - $("header").css("height").replace("px", "")
- $("footer").css("height").replace("px", ""); - $("footer").css("height").replace("px", "");
@ -731,7 +731,6 @@
//initWSocket(); //initWSocket();
</script> </script>
</body> </body>
</html> </html>