调整页面布局,改为在右侧展示弹窗,调整窗口高度
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
if (this.isMobile()) {
|
if (this.isMobile()) {
|
||||||
this.height = 800
|
this.height = 800
|
||||||
} else {
|
} else {
|
||||||
this.height = document.documentElement.clientHeight-130
|
this.height = document.documentElement.clientHeight-105
|
||||||
}
|
}
|
||||||
console.log("------url------"+url)
|
console.log("------url------"+url)
|
||||||
console.log("------token------"+Vue.ls.get(ACCESS_TOKEN))
|
console.log("------token------"+Vue.ls.get(ACCESS_TOKEN))
|
||||||
|
|||||||
Reference in New Issue
Block a user