Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
32ad49b7ea24bd285da44d693b580386698bee59
Authored by
zhiyangdu
2020-04-28 10:56:26 +0800
1 parent
276b9e04
规则说跳转
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/router/index.js
src/router/index.js
View file @
32ad49b
...
...
@@ -128,7 +128,7 @@ const router = new Router({
128
128
},
129
129
{
130
130
// 我的礼盒
131
- path: "/
myGiftBox
",
131
+ path: "/
",
132
132
name: "myGiftBox",
133
133
component: resolve => {
134
134
require(["@/pages/myGiftBox/myGiftBox"], resolve);
...
...