Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
b4e50e7e
Commit
b4e50e7e
authored
Mar 24, 2020
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改链接
parent
144c7b62
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/components/activity/treasure-box/treasure-box/team.js
+2
-2
src/router/router-config.js
+2
-2
No files found.
src/components/activity/treasure-box/treasure-box/team.js
View file @
b4e50e7e
...
...
@@ -66,9 +66,9 @@ class TeamInfo extends Component {
}
}
if
(
!
getParam
(
'version'
))
{
this
.
props
.
history
.
push
(
`/
year
/yearTreasure
${
search
}
`
);
this
.
props
.
history
.
push
(
`/
box
/yearTreasure
${
search
}
`
);
}
else
{
this
.
props
.
history
.
push
(
`/
year
/yearTreasure
${
search
}
?version=
${
getParam
(
'version'
)}
`
);
this
.
props
.
history
.
push
(
`/
box
/yearTreasure
${
search
}
?version=
${
getParam
(
'version'
)}
`
);
}
}
...
...
src/router/router-config.js
View file @
b4e50e7e
...
...
@@ -308,11 +308,11 @@ export default [
// 新的开宝箱活动-活动页
{
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'
,
component
:
loadable
(()
=>
import
(
/* webpackChunkName: '
newyear-yearInde
x' */
'@components/activity/treasure-box/myTreasure/index'
))
component
:
loadable
(()
=>
import
(
/* webpackChunkName: '
treasure-box-mybo
x' */
'@components/activity/treasure-box/myTreasure/index'
))
}
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment