Commit 40fdf664 by zhanghaozhe

Merge branch 'bug' into pre

# Conflicts:
#	src/components/video/index.js
parents 19b8e16b 13e9cfa0
......@@ -82,8 +82,8 @@ class App extends Component {
location.state = {
...state, ...{
record: _state.record ?
[..._state.record, {pathname: location.pathname}] :
[{pathname: location.pathname}]
[..._state.record, {pathname: location.pathname, search: location.search, hash: location.hash}] :
[{pathname: location.pathname, search: '', hash: ''}]
}
}
}
......
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