Vue-- 页面跳转总结

//跳转到login登录页面
                this.$router.push('/login')
 routes: [
    {
      //默认定向跳转index页
      path: '/',
      redirect:'/index'
    },
posted @ 2019-10-12 10:20  小白咚  阅读(206)  评论(0编辑  收藏  举报