Vue-- 页面跳转总结

//跳转到login登录页面
                this.$router.push('/login')
 routes: [
    {
      //默认定向跳转index页
      path: '/',
      redirect:'/index'
    },
原文地址:https://www.cnblogs.com/fdxjava/p/11659913.html