博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年5月3日

摘要: 1.不带参数的路由配置 及 跳转 //路由配置: { name: "a", path: "/a", component: a } 页面跳转: this.$router.push('/a'); this.$router.push({path:'/a'}); this.$router.push({nam 阅读全文

posted @ 2018-05-03 09:47 米粒3 阅读(122) 评论(0) 推荐(0) 编辑