vue-router配置方法[精品]

1.取参数


this.$route.params.isaEdit;

2.跳转页面

方案1


<router-link to="/article">文章</router-link>

<router-view></router-view>

方案2


this.$router.push("/hrta/leavetype/leaveTypeInfo?funcode=60170leavetype");

推荐

https://blog.csdn.net/qq_30604453/article/details/81031781

【精品】

https://blog.csdn.net/wuhenzhangxing/article/details/80707145

猜你喜欢

转载自blog.csdn.net/Teheran/article/details/87864756