<el-menu :d上课睡觉怎么办efault-active=‘$route.path‘ :router=‘true‘ :unique-opened=‘true‘ :default-openeds="defaultopeneds"
background-color="#bd1e22" text-color="#fff南京青奥会吉祥物" active-text-color="#ffd04b">
//router当导航激活时允许以index作为路由进行页面的跳转,$route.path当前路由对象的路径,字符串,绝对路径
//unique-opened只允许有一个下拉菜单处于打开的湿地的功能状态
//使用default-active来实现当前菜单激活的选项
//default-openeds当前打开的 sub-menu 的 index 的数组
<el-menu-item index=‘/home‘>首页</el-menu-item> <el-submenu> <template slot="title"> <i class=‘‘></i><span>导航一</span> </template> <el-menu-item index=‘/first/page1‘> <template slot="title"> <i class=‘‘></i><span>选项一</span> </template> </el-menu-item> <el-menu-item index=‘/first/page2‘> <template slot="title"> <i class=‘‘></i><span>选项二</span> 将军肚怎么减 </template> </el-menu-item> </el-submenu> </el-menu
>
mounted(){ let path = this.$route.path; this.navconfig = [ {index:'1',path:['昆虫记读后感200字/system/aa','/system/bb','/system/cc']}, ]; let thisnav = this.navconfig.find(item =>{ return item.path.includes(path); }); this.defaultopeneds = [thisnav.index]; }
本文发布于:2023-04-06 09:19:36,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/1f5ecf9ce5a9911bfb2c9dada396f0a5.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:使用element.doc
本文 PDF 下载地址:使用element.pdf
留言与评论(共有 0 条评论) |