Commit 116e188f by zhanghaozhe

userAction

parent fa1b0f0b
...@@ -25,7 +25,6 @@ class App extends Component { ...@@ -25,7 +25,6 @@ class App extends Component {
cookie.set('plat', '5') cookie.set('plat', '5')
http.get(`${api.home}/m/user_info`).then(res => { http.get(`${api.home}/m/user_info`).then(res => {
console.log(res);
this.props.setCurrentUser(this.storeUser(res)) this.props.setCurrentUser(this.storeUser(res))
}) })
} }
......
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