Commit a9f634d0 by xuzhenghua

样式bug

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