1.添加router
2.在item中的index配置對應router的path
3.完事
<el-menu :default-active="$route.path" class="el-menu-demo" router mode="horizontal"><!-- @select="handleSelect" 注意這個就不用了--> <el-menu-item index="/home/webAhead">首頁</el-menu-item> <el-menu-item index="/home/special">專題</el-menu-item> <el-menu-item index="/home/eBook">電子書</el-menu-item> <el-menu-item index="/home/personalAll/personalSend">我的中心</el-menu-item></el-menu>