要根据 router 生成菜单导航栏,那么一定是需要一个 router 的,这里新建一个 router /src/router/index.js importVuefrom'vue'importVueRouterfrom'vue-router'Vue.use(VueRouter)constroutes=[{path:'/',component:()=>import('../views/Home'),meta:{title:'八大菜系介绍'}},{path:'/luCai',component:(...