Commit a9f634d0 by xuzhenghua

样式bug

parent ee8f0f26
......@@ -40,7 +40,6 @@ class App extends Component {
}
componentDidMount() {
this.umengStatistic()
//平台信息
cookie.set('plat', '5', {domain: '.julyedu.com'})
......@@ -86,7 +85,9 @@ class App extends Component {
}
})
if (!getParam('version')) {
this.QimoClient()
}
}
umengStatistic = () => {
......@@ -205,9 +206,6 @@ class App extends Component {
if (!this.props.user.hasError && getParam('redirect')) {
window.location.href = getParam('redirect')
}
if (!getParam('version')) {
this.QimoClient()
}
}
setPreviousLocation = () => {
......
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