需要在router里配置占位符,如
index.js
{
path: '/home/:name/:num/:obj',
name: 'Home',
component: () => import('../views/HomeView.vue')
}