const routes = [
{
path: '/',
component: Home,
meta: {
showPin: false // 是否显示固钉
}
},
{
path: '/about',
component: About,
meta: {
showPin: true // 显示固钉
}
},
// 其他路由...
]
不知道你这个问题是否已经解决, 如果还没有解决的话: