Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

路由配置为什么有两个/select #2

Open
mablevi opened this issue Jun 2, 2017 · 1 comment
Open

路由配置为什么有两个/select #2

mablevi opened this issue Jun 2, 2017 · 1 comment

Comments

@mablevi
Copy link

mablevi commented Jun 2, 2017

// 路由配置
routes: [
{
path: '/select',
component: Select
}, {
path: '/select',
component: Select
},
{
path: '/point',
component: Point
}, {
path: '/author',
component: Author,
meta: { requiresAuth: true }
}, {
path: '/*',
component: Select
}
]

是不是重复了?

@daoket
Copy link
Owner

daoket commented Jun 4, 2017

是的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants