提交 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 {
};
vm.POST("/contents/login/header", req).then(res => {
if (res.code == "000000") {
debugger
let systemType = 0, authList = res.data.systemInfoList;
let s = authList.find( item => {
return item.systemNameAbbreviation == 'PCIM';
......
......@@ -307,8 +307,12 @@ export default {
mounted() {
this.$nextTick(() => {
_this.containerHeight =
_this.getElmByID('slidebar-container').getBoundingClientRect().height - 15;
// let containerHeight = 500, slidebarContainer = _this.getElmByID('slidebar-container');
// if(slidebarContainer) {
// containerHeight =
// _this.getElmByID('slidebar-container').getBoundingClientRect().height - 15;
// }
_this.containerHeight = document.body.clientHeight - 80;
_this.getElmByID('screenSet').style.height =
_this.containerHeight - 152 + "px";
console.log('_this.containerHeight', _this.containerHeight);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册