提交 fe3d3775 编写于 作者: huangwensu's avatar huangwensu

Merge branch 'dev-phase1-0111' of...

Merge branch 'dev-phase1-0111' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-admin-IM into dev-phase1-0111
...@@ -95,7 +95,6 @@ export default { ...@@ -95,7 +95,6 @@ export default {
}; };
vm.POST("/contents/login/header", req).then(res => { vm.POST("/contents/login/header", req).then(res => {
if (res.code == "000000") { if (res.code == "000000") {
debugger
let systemType = 0, authList = res.data.systemInfoList; let systemType = 0, authList = res.data.systemInfoList;
let s = authList.find( item => { let s = authList.find( item => {
return item.systemNameAbbreviation == 'PCIM'; return item.systemNameAbbreviation == 'PCIM';
......
...@@ -307,8 +307,12 @@ export default { ...@@ -307,8 +307,12 @@ export default {
mounted() { mounted() {
this.$nextTick(() => { this.$nextTick(() => {
_this.containerHeight = // let containerHeight = 500, slidebarContainer = _this.getElmByID('slidebar-container');
_this.getElmByID('slidebar-container').getBoundingClientRect().height - 15; // if(slidebarContainer) {
// containerHeight =
// _this.getElmByID('slidebar-container').getBoundingClientRect().height - 15;
// }
_this.containerHeight = document.body.clientHeight - 80;
_this.getElmByID('screenSet').style.height = _this.getElmByID('screenSet').style.height =
_this.containerHeight - 152 + "px"; _this.containerHeight - 152 + "px";
console.log('_this.containerHeight', _this.containerHeight); console.log('_this.containerHeight', _this.containerHeight);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册