方法一:<el-menu-item index="4" @click="my" >订单管理</el-menu-item > 下面定义方法: methods: { my:function(){ this.$router.push({path:'/my'}); } }
<router-link to="./home"></router-link>
方法二:
@click="my"点击
2023-11-28 12:23:52
方法一:<el-menu-item index="4" @click="my" >订单管理</el-menu-item > 下面定义方法: methods: { my:function(){ this.$router.push({path:'/my'}); } }
<router-link to="./home"></router-link>
方法二:
@click="my"点击
下一篇:面向对象