Commit 194077b0 by zhanghaozhe

Merge branch 'box'

parents b2941dae a0ba3441
...@@ -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