BJ_web_developers
/
huangshi
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
4b010f977e15753ed06a8ccd6aab1585cfbd5dd2
Authored by
liuqimichale
2019-06-10 13:31:36 +0800
1 parent
a5f51b80
完成页面
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
src/router/index.js
src/router/index.js
View file @
4b010f9
...
...
@@ -9,11 +9,7 @@ export default new Router({
9
9
routes: [
10
10
{
11
11
path: '/',
12
- name: 'home',
13
- component: home,
14
- meta: {
15
- title: '首页'
16
- }
12
+ redirect:'/home'
17
13
},
18
14
{
19
15
path: '/home',
...
...