|
|
|
@ -55,12 +55,12 @@ class Index extends Component {
|
|
|
|
|
window.$('#root').css('position', 'absolute')
|
|
|
|
|
|
|
|
|
|
// TPI浏览器缩放
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
const agent = navigator.userAgent;
|
|
|
|
|
if (agent.indexOf('Mac OS') == -1) {
|
|
|
|
|
window._initZoomCheck()
|
|
|
|
|
}
|
|
|
|
|
}, 800)
|
|
|
|
|
// setTimeout(() => {
|
|
|
|
|
// const agent = navigator.userAgent;
|
|
|
|
|
// if (agent.indexOf('Mac OS') == -1) {
|
|
|
|
|
// window._initZoomCheck()
|
|
|
|
|
// }
|
|
|
|
|
// }, 800)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.onDrawerButtonClick = this.onDrawerButtonClick.bind(this)
|
|
|
|
|