Commit a0ba3441 by zhanghaozhe

宝箱

parent 9ef9c029
...@@ -451,9 +451,9 @@ class Landing extends Component { ...@@ -451,9 +451,9 @@ class Landing extends Component {
toSquare = () => { toSquare = () => {
const {history} = this.props const {history} = this.props
if (!getParam('version')) { if (!getParam('version')) {
window.location.assign('https://m.julyedu.com/year/yearindex') window.location.assign('https://m.julyedu.com/')
} else { } else {
window.location.assign('https://m.julyedu.com/year/yearindex?version=' + getParam('version')) window.location.assign('https://m.julyedu.com/?version=' + getParam('version'))
} }
} }
......
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