直接上代码,模块清晰,自己赋值粘贴都行
<el-menu
:default-active="this.$route.path"
:unique-opened="true"
router
class="el-menu-vertical-demo"
background-color="#393e46"
text-color="#fff"
active-text-color="#4480e9"
style="height: 100%;border-right: solid 0px #e6e6e6;width:150px"
background-color="#393e46" text-color="#fff" active-text-color="#ffd04b" :collapse="getMenuSwitchState">
<!--单级菜单-->
<el-menu-item :index="item.path" v-for="item in noChildren" :key="item.path">