BJ_web_developers
/
webintroduce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e241b2588ef60af8b5f52ed94128455a3f0a3a3a
Authored by
liuqimichale
2019-03-25 11:21:02 +0800
1 parent
0dd14040
重定向到home redirect
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
webintroduce/src/router/index.js
webintroduce/src/router/index.js
View file @
e241b25
...
...
@@ -10,8 +10,7 @@ export default new Router({
10
10
routes: [
11
11
{
12
12
path: '/',
13
- name: 'VHome',
14
- component: VHome
13
+ redirect:'/home'
15
14
},
16
15
{
17
16
path: '/home',
...
...