调整页面布局,改为在右侧展示弹窗,调整窗口高度

This commit is contained in:
季圣华
2022-12-12 00:38:58 +08:00
parent b957c2c239
commit 7273b078df

View File

@@ -28,7 +28,7 @@
if (this.isMobile()) {
this.height = 800
} else {
this.height = document.documentElement.clientHeight-130
this.height = document.documentElement.clientHeight-105
}
console.log("------url------"+url)
console.log("------token------"+Vue.ls.get(ACCESS_TOKEN))