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
6ce258a59c096bff82c6eac6d49d78310c19bd1b
Authored by
zhiyangdu
2020-04-22 16:46:10 +0800
1 parent
67de2d4b
init
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/router/index.js
src/router/index.js
View file @
6ce258a
...
...
@@ -88,6 +88,7 @@ const router = new Router({
88
88
path: "*",
89
89
redirect: "/mall"
90
90
}
91
+
91
92
]
92
93
});
93
94
...
...