Commit 83e1c81e by xuzhenghua

app内不显示咨询

parent 5194a973
......@@ -34,7 +34,9 @@ class App extends Component {
firstLoad = true
componentWillMount(){
this.getqimoClientId()
if (!getParam('version')) {
this.getqimoClientId()
}
}
componentDidMount() {
this.umengStatistic()
......@@ -203,10 +205,9 @@ class App extends Component {
if (!this.props.user.hasError && getParam('redirect')) {
window.location.href = getParam('redirect')
}
this.QimoClient()
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