Commit a3d1d96a by zhanghaozhe

ai测试

parent d9efff1e
...@@ -11,7 +11,7 @@ class HeaderBar extends Component { ...@@ -11,7 +11,7 @@ class HeaderBar extends Component {
goBack = () => { goBack = () => {
const {state, hash} = this.props.location const {state, hash} = this.props.location
if(hash.includes('goback')){ if(hash.includes('goback')){
window.history.go(-1) return window.history.go(-1)
} }
if(browser.isWeixin && getParam('code') && getParam('state')){ if(browser.isWeixin && getParam('code') && getParam('state')){
window.history.go(-2) window.history.go(-2)
......
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