fix: add isBaaS declaration in html

This commit is contained in:
Frank.R.Wu
2021-06-17 00:33:32 +08:00
parent 14960c3df2
commit 0b15e58938
7 changed files with 85 additions and 85 deletions

View File

@@ -458,12 +458,12 @@
<script>
const isBaaS = false
var h = document.body.clientHeight
- $("header").css("height").replace("px", "")
- $("footer").css("height").replace("px", "");
$("#main").css("height", h + "px");
init();
//initWSocket();
</script>