收起
const routes = [ { path: '/', component: Home, meta: { showPin: false // 是否显示固钉 } }, { path: '/about', component: About, meta: { showPin: true // 显示固钉 } }, // 其他路由... ]
报告相同问题?