Vue-页面跳转

Vue-页面跳转 一: 开发新标签 -- 跳转不带参数 userFeedback() { // this.$router.push({ path: '/feedback' }); 用push,也能实现跳转,但是不能打开新页面。 const { href } =