Commit b4e50e7e by wangshuo

修改链接

parent 144c7b62
...@@ -66,9 +66,9 @@ class TeamInfo extends Component { ...@@ -66,9 +66,9 @@ class TeamInfo extends Component {
} }
} }
if (!getParam('version')) { if (!getParam('version')) {
this.props.history.push(`/year/yearTreasure${search}`); this.props.history.push(`/box/yearTreasure${search}`);
} else { } else {
this.props.history.push(`/year/yearTreasure${search}?version=${getParam('version')}`); this.props.history.push(`/box/yearTreasure${search}?version=${getParam('version')}`);
} }
} }
......
...@@ -308,11 +308,11 @@ export default [ ...@@ -308,11 +308,11 @@ export default [
// 新的开宝箱活动-活动页 // 新的开宝箱活动-活动页
{ {
path: '/box/boxActive', path: '/box/boxActive',
component: loadable(() => import(/* webpackChunkName: 'treasure-box' */ '@components/activity/treasure-box/preheat/index')) component: loadable(() => import(/* webpackChunkName: 'treasure-box-home' */ '@components/activity/treasure-box/preheat/index'))
}, },
// 新的开宝箱活动-我的宝箱 // 新的开宝箱活动-我的宝箱
{ {
path: '/box/yearTreasure', path: '/box/yearTreasure',
component: loadable(() => import(/* webpackChunkName: 'newyear-yearIndex' */ '@components/activity/treasure-box/myTreasure/index')) component: loadable(() => import(/* webpackChunkName: 'treasure-box-mybox' */ '@components/activity/treasure-box/myTreasure/index'))
} }
] ]
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