Commit f30e4b03 authored by zhengjiawei's avatar zhengjiawei

去菜单

parent 90c381fa
......@@ -57,6 +57,18 @@ class BizFrame extends Component {
}
}
componentDidMount () {
const is = window.location.href.indexOf('isShow=');
if (is !== -1) {
const header = document.getElementsByClassName('header')[0];
if (header) {
const body = document.getElementsByClassName('content-body')[0];
body.style.top = '0px';
header.style.display = 'none';
}
}
}
/**
* 处理三维地图上各种点的跳转
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment