vue-auth - 登录初始请求后重定向

时间:2017-11-30 21:10:42

标签: vuejs2 vue-router

我正在使用vue-jsvue-auth的最新版本,其文档可以找到here

默认情况下,如果vue-auth为真且用户未登录,则/login会将用户重定向到auth

因此,如果我输入http://example.com/mycomponent,我将重定向到/login

问题

在被劫持之后,我将重定向到/

问题

记录后我能做什么才能重定向到他的初始请求?

如果我输入/mycomponent我想在登录后重定向到/mycomponent

路线

{
      path: '/mycomponent',
      name: 'mycomponent',
      component: mycomponent,
      meta: { auth: true }
}

0 个答案:

没有答案